diff options
| author | Ben Winston | 2025-11-10 22:29:09 -0500 |
|---|---|---|
| committer | Ben Winston | 2025-11-10 22:52:42 -0500 |
| commit | e5fbef8e416fe89d1fe2f7840383c26528b6b8d4 (patch) | |
| tree | cb286f986064be72d0d46d764aab4783050604ad /Makefile | |
initial commit, writes args and pwd into a file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
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 |
