aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-13 13:39:03 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-13 13:39:03 -0400
commit0090c2e9056d929c802515f9ca945a409c14be07 (patch)
tree0b7c355bc81396eca1f7b042079674a4dc668e8e /makefile
parent555f9d8f65be7ebcb0dd19e0966a3b133db4e69a (diff)
some intial project setup
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
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