aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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