From f7e1f546e6252495ccf67921067db22a5df01c63 Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Thu, 9 May 2024 18:05:48 -0400 Subject: add an output binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 754e036..8b76acd 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ build: - cc *.c + cc *.c -o booki -- cgit v1.2.3