5 lines
52 B
Makefile
5 lines
52 B
Makefile
|
|
||
|
|
||
|
nonascii: nonascii.c Makefile
|
||
|
gcc -Wall $< -o $@
|