From 393b5cd1dc438872af89d334ef6e5fcc59f27d47 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:24:39 +1000 Subject: Added Irrlicht 1.8, but without all the Windows binaries. --- libraries/irrlicht-1.8/examples/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/irrlicht-1.8/examples/Makefile (limited to 'libraries/irrlicht-1.8/examples/Makefile') diff --git a/libraries/irrlicht-1.8/examples/Makefile b/libraries/irrlicht-1.8/examples/Makefile new file mode 100644 index 0000000..da65881 --- /dev/null +++ b/libraries/irrlicht-1.8/examples/Makefile @@ -0,0 +1,8 @@ +DIRS = $(wildcard [012]* Demo) + +all: $(DIRS) + +$(DIRS): + -@cd $@ && make clean && make + +.PHONY: $(DIRS) -- cgit v1.1