diff options
| author | aspiring_aurelian <tom.wells46@protonmail.com> | 2023-12-08 07:34:18 -0600 |
|---|---|---|
| committer | aspiring_aurelian <tom.wells46@protonmail.com> | 2023-12-08 07:34:18 -0600 |
| commit | de014b1fe6f14678f0b10077688c23b3f26f79f9 (patch) | |
| tree | df7290eca44f0085c3499e8894bef9b5f938d17b /makefile | |
| parent | e03a3015c611ca9c2847c5ca15c49d644b3ef1a8 (diff) | |
Working version, only debug
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |