funk/Makefile

9 lines
137 B
Makefile

funkfc.love: $(wildcard src/*)
cd src && zip -9 -r ../funkfc.love *
.PHONY: clean test
clean:
rm funkfc.love
test:
@love funkfc.love