From 3d1d55c21f505758295b2fc831dff2296f6a908f Mon Sep 17 00:00:00 2001 From: RjY Date: Sun, 5 Jun 2011 22:24:28 +0100 Subject: [PATCH] Makefile: omit building monster placeholder sprites The placeholder monster sprites (those with the graphic not done template overlaid) aren't used any more; nothing is linked to them. Therefore speed up the build process by skipping this step. This almost compensates for the extra time required to build Freedoom since the helper scripts were rewritten in Python (joking) --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index df71e21d..cec76758 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,6 @@ all : $(OBJS) subdirs: make -C graphics/titlepic make -C lumps - make -C sprites/jond/placeholder # this is a useless dependency to force builds @@ -177,4 +176,3 @@ clean: make -C lumps clean make -C graphics/titlepic clean - make -C sprites/jond/placeholder clean