summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-09-05 15:51:26 +0300
committerPaul Buetow <paul@buetow.org>2021-09-05 15:51:26 +0300
commitbfcb0f159a4835cc6a0326ff46de7934e0363aed (patch)
tree92a3f9363df0e70bf54a2a3c99928aa6a4ef861c /Makefile
parent23982f331c2154a66b86d596226c24454fd06be5 (diff)
finalize new default color schema
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2aa5674..b05e9aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
GO ?= go
-all: test build
+all: clean test build
build: dserver dcat dgrep dmap dtail
dserver:
ifndef USE_ACL