aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoraspiring_aurelian <tom.wells46@protonmail.com>2023-12-07 20:31:56 -0600
committeraspiring_aurelian <tom.wells46@protonmail.com>2023-12-07 20:31:56 -0600
commite03a3015c611ca9c2847c5ca15c49d644b3ef1a8 (patch)
tree4c05e040457e6b68d929f9f3585f224e9a7ba9d7 /makefile
Initial commit
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..9e8eafd
--- /dev/null
+++ b/makefile
@@ -0,0 +1,2 @@
+debug: main.c
+ gcc -Wall main.c -o ./bin/debug \ No newline at end of file