snappy-fox/Makefile

10 lines
128 B
Makefile

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