1
0
mirror of https://github.com/SFML/SFML.git synced 2025-03-14 01:40:05 +08:00
SFML/Makefile

9 lines
103 B
Makefile

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