aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoraspiring_aurelian <tom.wells46@protonmail.com>2023-12-08 07:34:18 -0600
committeraspiring_aurelian <tom.wells46@protonmail.com>2023-12-08 07:34:18 -0600
commitde014b1fe6f14678f0b10077688c23b3f26f79f9 (patch)
treedf7290eca44f0085c3499e8894bef9b5f938d17b /makefile
parente03a3015c611ca9c2847c5ca15c49d644b3ef1a8 (diff)
Working version, only debug
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9e8eafd..239005f 100644
--- a/makefile
+++ b/makefile
@@ -1,2 +1,4 @@
debug: main.c
- gcc -Wall main.c -o ./bin/debug \ No newline at end of file
+ gcc -Wall main.c -o ./bin/debug
+release: main.c
+ gcc -O2 -march-native main.c -o ./bin/release \ No newline at end of file