3 lines
41 B
Makefile
3 lines
41 B
Makefile
%: %.c
|
|
gcc $@.c -g -O0 -Wall -o /tmp/$*
|
%: %.c
|
|
gcc $@.c -g -O0 -Wall -o /tmp/$*
|