summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7eea09c..7a70af9 100755
--- a/Makefile
+++ b/Makefile
@@ -17,15 +17,15 @@ build: bootstrap
@echo all xiutils
@./build.shmk build
-clean:
+clean: shmk0
@rm -r dist
@rm -r shmk
@./build.shmk clean
-check:
+check: build
@./build.shmk check
-install:
+install: build
@./build.shmk install