From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- libraries/irrlicht-1.8/examples/Makefile | 8 -------- 1 file changed, 8 deletions(-) delete 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 deleted file mode 100644 index da65881..0000000 --- a/libraries/irrlicht-1.8/examples/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -DIRS = $(wildcard [012]* Demo) - -all: $(DIRS) - -$(DIRS): - -@cd $@ && make clean && make - -.PHONY: $(DIRS) -- cgit v1.1