box-o-sand/lcthw-remnants-2/Makefile
2016-04-12 04:33:33 -04:00

7 lines
53 B
Makefile

CFLAGS=-Wall -g
all: ex1 ex3
clean:
rm -f ex1 ex3