diff --git a/Makefile b/Makefile index 5e9427b..37cc0f4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ SHELL := /bin/bash -options: - echo "you can clean | test | build | build-arch | package" +all: build test clean: rm -fv bin/contentserve* build: clean