1
0
mirror of https://github.com/berdav/snappy-fox synced 2025-02-17 20:10:44 +01:00
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)