Merge pull request #4 from Samuel-Clarke123/master

explicitly stated the standard, to avoid errors with different compilers
This commit is contained in:
Bram Stolk 2018-10-25 23:40:26 -07:00 committed by GitHub
commit 710202f191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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