Unix 'make spotless' - remove lev_comp + dgn_comp

In case someone switches from NetHack-3.6 to NetHack-3.7 and does
'make spotless' after the switch instead of before, get rid of out
of date lev_comp and dgn_comp.
This commit is contained in:
PatR
2024-11-26 21:52:47 -08:00
parent 1c888b3b07
commit dab4784842

View File

@@ -441,7 +441,10 @@ clean-fixup:
clean: clean-fixup
-rm -f *.o
# obsolete dgn_comp and lev_comp could be left around from 3.6.x
spotless: clean
-rm -f makedefs recover dlb $(HACKLIB)
-rm -f gif2txt txt2ppm tile2x11 tile2img.ttp xpm2img.ttp \
tilemap tileedit tile2bmp uudecode
-rm -f dgn_comp* dgn_lex.c dgn_yacc.c ../include/dgn_comp.h \
lev_comp* lev_lex.c lev_yacc.c ../include/lev_comp.h