diff options
| author | aspiring_aurelian <tom.wells46@protonmail.com> | 2023-12-08 13:54:12 -0600 |
|---|---|---|
| committer | aspiring_aurelian <tom.wells46@protonmail.com> | 2023-12-08 13:54:12 -0600 |
| commit | 5f40ecb2ecfd090cedf5f43354850bdac3481be0 (patch) | |
| tree | 1592b3b8f208b629d84102061d25ab20ba043d76 /makefile | |
| parent | a7784a7eaa8cbd267db83f43662b68cfaab18444 (diff) | |
| parent | 37f4b53b9a6f33b70f9de3846d966f1fa76b20bf (diff) | |
Merge branch 'add_args'
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 + gcc -O2 -march=native main.c -o ./bin/release
\ No newline at end of file |