From a000bd4176ac282fb004fe53319e2b3b22383085 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 27 Jun 2022 01:15:51 +0100 Subject: added check and install to makefile --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 + + -- cgit v1.2.1