Removed top-level Linux makefiles for SFML and CSFML (forgot to remove them before)

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1629 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-11-08 22:26:54 +00:00
parent 95eda37e47
commit 0cc5563cac
2 changed files with 0 additions and 14 deletions

View File

@ -1,6 +0,0 @@
all: csfml
csfml install clean mrproper:
cd ./build/make && $(MAKE) $@

View File

@ -1,8 +0,0 @@
all: sfml
sfml samples install clean mrproper:
cd ./build/make && $(MAKE) $@
.PHONY: samples