From 3f5d3182fec5431c4707ee9c4c55ec9203c22948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=BClow?= Date: Wed, 23 Jul 2025 13:20:26 +0200 Subject: [PATCH] fix for makefile run --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 760747c..dd9b030 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build: ## Build and compile go build -o main.out server/main.go run: ## Run the application - go run main.go + go run server/main.go test: ## Run test echo "Testing..." @@ -45,7 +45,6 @@ capa-dev: ##Live rebouild of ole-scanner cd ./scanners/capa; \ FILE_DIRECTORY="$(shell pwd)/storage/files" flask run -p5001 - # Live Reload watch: ##Live reload with air @if command -v air > /dev/null; then \