Moved CSFML Linux makefiles outside the source tree
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1498 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
af22a15df3
commit
c0b84d3469
13 changed files with 90 additions and 104 deletions
|
@ -1,14 +1,6 @@
|
|||
|
||||
all: csfml
|
||||
|
||||
csfml:
|
||||
@(cd ./src/SFML && $(MAKE))
|
||||
|
||||
install:
|
||||
@(cd ./src/SFML && $(MAKE) $@)
|
||||
|
||||
clean:
|
||||
@(cd ./src/SFML && $(MAKE) $@)
|
||||
|
||||
mrproper:
|
||||
@(cd ./src/SFML && $(MAKE) $@)
|
||||
csfml install clean mrproper:
|
||||
cd ./build/make && $(MAKE) $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue