From 79c06073e432ab65dc39700b48801268c4a80c27 Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Sat, 14 Oct 2023 22:05:44 +0100
Subject: Fix makefile not working

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 7a70af9..876ba69 100755
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ shmk0:
 
 bootstrap: shmk0
 	@echo shmk stage1
-	@./shmk.shmk build
+	@./shmk shmk.shmk build
 	@install -m755 dist/shmk shmk
 
 build: bootstrap
-- 
cgit v1.2.1