diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-13 13:39:03 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-13 13:39:03 -0400 |
| commit | 0090c2e9056d929c802515f9ca945a409c14be07 (patch) | |
| tree | 0b7c355bc81396eca1f7b042079674a4dc668e8e /makefile | |
| parent | 555f9d8f65be7ebcb0dd19e0966a3b133db4e69a (diff) | |
some intial project setup
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..fc582ae --- /dev/null +++ b/makefile @@ -0,0 +1,10 @@ +CC := +CPPFLAGS := +LDFLAGS := + +all: + +clean: + rm -rf + +.PHONY: all clean |
