mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
expand the clean target with a few more bits and pieces
This commit is contained in:
parent
3aa400f20a
commit
effa084f74
1 changed files with 10 additions and 1 deletions
11
Makefile
11
Makefile
|
@ -139,7 +139,16 @@ dist : $(OBJS)
|
||||||
clean:
|
clean:
|
||||||
rm -f deutex.log $(OBJS) \
|
rm -f deutex.log $(OBJS) \
|
||||||
./wadinfo.txt ./wadinfo_sw.txt \
|
./wadinfo.txt ./wadinfo_sw.txt \
|
||||||
./wadinfo_freedm.txt ./wadinfo_iwad.txt
|
./wadinfo_freedm.txt ./wadinfo_iwad.txt \
|
||||||
|
./lumps/freedoom.lmp \
|
||||||
|
./textures/doom2/pnames.txt \
|
||||||
|
./textures/doom2/texture1.txt \
|
||||||
|
./textures/freedm/pnames.txt \
|
||||||
|
./textures/freedm/texture1.txt \
|
||||||
|
./textures/shareware/pnames.txt \
|
||||||
|
./textures/shareware/texture1.txt \
|
||||||
|
./textures/texture1.txt
|
||||||
|
|
||||||
make -C lumps clean
|
make -C lumps clean
|
||||||
make -C graphics/titlepic clean
|
make -C graphics/titlepic clean
|
||||||
make -C sprites/jond/placeholder clean
|
make -C sprites/jond/placeholder clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue