summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-27 01:17:13 +0100
committerdavidovski <david@davidovski.xyz>2022-06-27 01:17:13 +0100
commitd928a64d382cbed095ad7748e09facc9610a1775 (patch)
tree3082c8f97a6dedbf7a4b6d43a1d63f54e50e4b97
parenta000bd4176ac282fb004fe53319e2b3b22383085 (diff)
fixed the deps in makefilev1.7
-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