crystal-tower/Makefile

9 lines
75 B
Makefile

all:
fxsdk build-cg
clean:
rm -rf build-cg/
rm -f *.g3a
.PHONY: clean