diff options
author | davidovski <david@davidovski.xyz> | 2022-06-27 01:17:13 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-27 01:17:13 +0100 |
commit | d928a64d382cbed095ad7748e09facc9610a1775 (patch) | |
tree | 3082c8f97a6dedbf7a4b6d43a1d63f54e50e4b97 | |
parent | a000bd4176ac282fb004fe53319e2b3b22383085 (diff) |
fixed the deps in makefilev1.7
-rwxr-xr-x | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |