aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Winston2024-05-09 18:05:48 -0400
committerBen Winston2024-05-09 18:05:48 -0400
commitf7e1f546e6252495ccf67921067db22a5df01c63 (patch)
treea67e28c51fd3d337348a25f2ed7026a1989aee08 /Makefile
parent0828cd6ff91c083dd470cf0e511914cd06b9ffff (diff)
add an output binary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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