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)
This commit is contained in:
RjY 2011-06-05 22:24:28 +01:00
parent 1c98d3a71d
commit 3d1d55c21f

View file

@ -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