Use CC macro.
This commit is contained in:
parent
218d97541c
commit
7619be0708
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
imcat: imcat.c
|
imcat: imcat.c
|
||||||
cc -D_POSIX_C_SOURCE=2 -std=c99 -Wall -g -o imcat imcat.c -lm
|
$(CC) -D_POSIX_C_SOURCE=2 -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