snappy-fox/Makefile

10 lines
107 B
Makefile
Raw Normal View History

2021-01-24 12:27:39 +01:00
CFLAGS+=-Wall -Werror
TARGET=snappy-fox
.PHONY: all
all: $(TARGET)
.PHONY: clear
clean:
rm -f $(TARGET)