box-o-sand/Makefile

12 lines
67 B
Makefile
Raw Normal View History

2011-09-04 04:00:55 +00:00
CFLAGS=-Wall -g
all: ex1
2011-09-04 04:00:55 +00:00
clean:
rm -f ex1
.PHONY: all clean