mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 21:01:05 +08:00
c0b84d3469
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1498 4e206d99-4929-0410-ac5d-dfc041789085
7 lines
80 B
Makefile
7 lines
80 B
Makefile
|
|
all: csfml
|
|
|
|
csfml install clean mrproper:
|
|
cd ./build/make && $(MAKE) $@
|
|
|