Skip to content

Commit

Permalink
Remove unused targets in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
StJudeWasHere committed Aug 21, 2024
1 parent b0a0a14 commit a6cbbe7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ vet:
go vet ./internal/...
.PHONY: vet

# Compile for the linux amd64 platform
linux:
GOOS=linux GOARCH=amd64 go build -o bin/seonaut cmd/server/main.go
.PHONY: linux

# Delete files in the bin folder
clean:
find ./bin ! -name .gitignore -delete
.PHONY: clean

# Run docker compose
docker:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build
Expand Down

0 comments on commit a6cbbe7

Please sign in to comment.