fixed build recipe not using -s flag
This commit is contained in:
parent
0211e2df20
commit
ec6b291135
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
build:
|
build:
|
||||||
gcc main.c draw.c basic.c full.c -o pride-c
|
gcc -s main.c draw.c basic.c full.c -o pride-c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue