aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Winston2025-11-10 22:29:09 -0500
committerBen Winston2025-11-10 22:52:42 -0500
commite5fbef8e416fe89d1fe2f7840383c26528b6b8d4 (patch)
treecb286f986064be72d0d46d764aab4783050604ad /Makefile
initial commit, writes args and pwd into a file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d201105
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+.PHONY: build
+
+build:
+ cc later.c -Wall -Werror -o later