mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
ca5489a5d6
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1477 4e206d99-4929-0410-ac5d-dfc041789085
9 lines
103 B
Makefile
9 lines
103 B
Makefile
|
|
all: sfml
|
|
|
|
sfml samples install clean mrproper:
|
|
cd ./build/make && $(MAKE) $@
|
|
|
|
.PHONY: samples
|
|
|