1
0
mirror of https://github.com/berdav/snappy-fox synced 2025-02-16 19:40:42 +01:00
snappy-fox/Makefile

10 lines
107 B
Makefile

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