diff options
| author | Benjamin Winston | 2025-06-19 14:17:21 -0400 |
|---|---|---|
| committer | Benjamin Winston | 2025-06-19 14:17:21 -0400 |
| commit | 19bc3ac6a982c32efdcd79997907df33e4ea6d8a (patch) | |
| tree | 129a2040dc066c17e4ab4c9c6410a1f08a1611d9 /Makefile | |
initial commit, mostly getter/setter macros and testing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b4fd173 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +debug: + cc -g ytz.c |
