From d928a64d382cbed095ad7748e09facc9610a1775 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 27 Jun 2022 01:17:13 +0100 Subject: fixed the deps in makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1