box-o-sand/lcthw-remnants-2/Makefile

7 lines
53 B
Makefile
Raw Normal View History

2016-04-12 03:21:45 +00:00
CFLAGS=-Wall -g
2016-04-12 08:33:33 +00:00
all: ex1 ex3
2016-04-12 03:25:45 +00:00
2016-04-12 03:21:45 +00:00
clean:
2016-04-12 08:33:33 +00:00
rm -f ex1 ex3