projprog/Makefile
2021-10-11 10:06:26 +02:00

3 lines
41 B
Makefile

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