explicitly stated the standard, to avoid errors with different compilers

This commit is contained in:
Samuel Clarke 2018-10-26 16:42:00 +11:00 committed by GitHub
parent e41a20fefd
commit 0cf4c6de35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
imcat: imcat.c
cc -Wall -g -o imcat imcat.c -lm
cc -std=c99 -Wall -g -o imcat imcat.c -lm
run: imcat
./imcat ~/Desktop/*.png