Add -Os cc option

This commit is contained in:
Tony Garnock-Jones 2015-06-29 23:45:24 -04:00
parent c70e926970
commit 8d19be5846
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
t: *.c
gcc -Wall -o $@ -g *.c
gcc -Wall -Os -o $@ -g *.c
clean:
rm -f t