explicitly stated the standard, to avoid errors with different compilers
This commit is contained in:
parent
e41a20fefd
commit
0cf4c6de35
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
imcat: imcat.c
|
imcat: imcat.c
|
||||||
cc -Wall -g -o imcat imcat.c -lm
|
cc -std=c99 -Wall -g -o imcat imcat.c -lm
|
||||||
|
|
||||||
run: imcat
|
run: imcat
|
||||||
./imcat ~/Desktop/*.png
|
./imcat ~/Desktop/*.png
|
||||||
|
|
Loading…
Reference in a new issue