snappy-fox/Makefile

10 lines
126 B
Makefile
Raw Permalink Normal View History

2024-02-19 15:29:55 +01:00
CFLAGS+=-Wall -Werror -DVERSION='"v0.1"'
2021-01-24 12:27:39 +01:00
TARGET=snappy-fox
.PHONY: all
all: $(TARGET)
.PHONY: clear
clean:
rm -f $(TARGET)