Commit 3915fd9c authored by hybrid's avatar hybrid

Makefile for concurrent builds.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1796 dfc29bdd-3216-0410-991c-e03cc46cb475
parent d75d4041
DIRS = $(wildcard [01]* Demo)
all: $(DIRS)
$(DIRS):
-@cd $@ && make clean && make
.PHONY: $(DIRS)
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
[ -z $TARGET ] && TARGET=all [ -z $TARGET ] && TARGET=all
for i in [01]* Demo; do for i in [01]* Demo; do
echo "Building $i"; echo "Building $i";
cd $i; pushd $i && make clean $TARGET;
make clean $TARGET; popd;
cd ..;
done done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment