Merge branch 'master' of github.com:stolk/imcat
This commit is contained in:
commit
ee82fdbbc3
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