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