src/moc.qt[56] existed briefly but got replaced by src/Qt[56].h-t
(controlled by hints/include/compiler.370). The old names were
deliberately left in src/.gitignore and sys/unix/Makefile.src's
'clean' target to give some time for anyone who had generated them
to run 'make clean' to get rid of them. That time is now up. It's
only been about three weeks but if I wait any longer I'll probably
forget.
*.o
tiles.bmp
*.moc
-moc.qt*
*.lnk
graphicschk
nhdat
@( cd ../util ; $(MAKE) tags )
clean:
- -rm -f *.o $(HACK_H) $(CONFIG_H) moc.qt*
+ -rm -f *.o $(HACK_H) $(CONFIG_H)
-rm -f monstr.c vis_tab.c ../include/vis_tab.h #obsolete generated files
$(CLEANMORE)