Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mstgnz committed Jun 16, 2024
1 parent 880d1a6 commit 6009210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include .env

PACKAGES := $(shell go list ./...)
name := $(shell basename ${PWD})
BASENAME := $(shell basename ${PWD})

.PHONY: run live build db redis stop cleanI cleanC exec test help
.DEFAULT_GOAL:= run
Expand Down

0 comments on commit 6009210

Please sign in to comment.