snappy-fox/Makefile

10 lines
126 B
Makefile

CFLAGS+=-Wall -Werror -DVERSION='"v0.1"'
TARGET=snappy-fox
.PHONY: all
all: $(TARGET)
.PHONY: clear
clean:
rm -f $(TARGET)