mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
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:
parent
1c98d3a71d
commit
3d1d55c21f
1 changed files with 0 additions and 2 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue