imcat/Makefile

10 lines
110 B
Makefile
Raw Normal View History

2018-04-18 11:14:04 -07:00
imcat: imcat.c
cc -Wall -g -o imcat imcat.c -lm
run: imcat
./imcat ~/Desktop/*.png
clean:
rm -f ./imcat