diff options
| author | Ben Winston | 2024-05-05 18:19:55 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-05-05 18:19:55 -0400 |
| commit | a86cc92a090af08d4a0f45439fcc7b037ec28c15 (patch) | |
| tree | eda53e7c089da173676c4f2a3d6b6b13bf224987 /Makefile | |
| parent | 7a2e38d00390007348ebba3e75efb65b2e8d4fd8 (diff) | |
makefile and license
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..754e036 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +build: + cc *.c |
