diff --git a/Makefile b/Makefile index aa9d54a..f4aeab6 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,7 @@ # ---------------------------------------------------------------------------- # global -.DEFAULT_GOAL = static -APP = uri -CMD_PREFIX = $(PKG)/cmd/ -CMD = $(CMD_PREFIX)$(APP) +.DEFAULT_GOAL = test # ---------------------------------------------------------------------------- # target