papercraft/Makefile

16 lines
109 B
Makefile

CFLAGS = \
-g \
-O3 \
-W \
-Wall \
LDFLAGS = \
-lm \
all: unfold
unfold: unfold.o
clean:
$(RM) *.o