diff options
| author | aspiring_aurelian <tom.wells46@protonmail.com> | 2023-12-08 10:30:58 -0600 |
|---|---|---|
| committer | aspiring_aurelian <tom.wells46@protonmail.com> | 2023-12-08 10:30:58 -0600 |
| commit | a7784a7eaa8cbd267db83f43662b68cfaab18444 (patch) | |
| tree | 3f4e9bdecbb265237903688d50a8c1350701cac9 /makefile | |
| parent | 3d76f61ae704c737e9ec830c8a04cd1431fad2a7 (diff) | |
Update target
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |