Adjust vile symlinks to point at sprites/jond/placeholder

sprites/jond/placeholder: a Makefile which generates sarg sprites
sarg sprites are composited from linguica's AOD skeleton and the
"graphic not done yet" rectangle
This commit is contained in:
Jon Dowland 2006-08-28 16:51:35 +00:00
parent aaae76b3d8
commit 62d65ff187
117 changed files with 134 additions and 114 deletions

View file

@ -24,6 +24,7 @@ all : $(OBJS)
subdirs:
make -C graphics/titlepic
make -C lumps
make -C sprites/jond/placeholder
# this is a useless dependency to force builds
@ -141,3 +142,4 @@ clean:
./wadinfo_freedm.txt ./wadinfo_iwad.txt
make -C lumps clean
make -C graphics/titlepic clean
make -C sprites/jond/placeholder clean