5 lines
38 B
Makefile
5 lines
38 B
Makefile
|
|
|
|
t: t.c Makefile
|
|
gcc -Wall $< -o $@
|
|
|
|
|
t: t.c Makefile
|
|
gcc -Wall $< -o $@
|