diff options
| author | Ben Winston | 2024-05-09 18:05:48 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-05-09 18:05:48 -0400 |
| commit | f7e1f546e6252495ccf67921067db22a5df01c63 (patch) | |
| tree | a67e28c51fd3d337348a25f2ed7026a1989aee08 /Makefile | |
| parent | 0828cd6ff91c083dd470cf0e511914cd06b9ffff (diff) | |
add an output binary
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ build: - cc *.c + cc *.c -o booki |
