fix for makefile run

This commit is contained in:
Johannes Bülow 2025-07-23 13:20:26 +02:00
parent e7ad8beff8
commit 3f5d3182fe
Signed by: jmb
GPG key ID: B56971CF7B8F83A6

View file

@ -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 \