aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoraspiring_aurelian <tom.wells46@protonmail.com>2023-12-08 10:30:58 -0600
committeraspiring_aurelian <tom.wells46@protonmail.com>2023-12-08 10:30:58 -0600
commita7784a7eaa8cbd267db83f43662b68cfaab18444 (patch)
tree3f4e9bdecbb265237903688d50a8c1350701cac9 /makefile
parent3d76f61ae704c737e9ec830c8a04cd1431fad2a7 (diff)
Update target
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 239005f..429650c 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
debug: main.c
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
+ gcc -O2 -march=native main.c -o ./bin/release