SFML/Makefile

9 lines
103 B
Makefile

all: sfml
sfml samples install clean mrproper:
cd ./build/make && $(MAKE) $@
.PHONY: samples