Files

3 lines
41 B
Makefile

%: %.c
gcc $@.c -g -O0 -Wall -o /tmp/$*