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 \