snappy-fox/Makefile

10 lines
128 B
Makefile
Raw Permalink Normal View History

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