makefile fix

This commit is contained in:
mgcaret 2017-11-04 00:05:38 -07:00
parent 5974924ac1
commit e152cb1180
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ DAVEX.MG.SHK: $(MG_CMDS)
.PHONY: clean
clean:
rm -f *.o *.p8c *.lst *.map davex.mg.po DAVEX.MG.SHK help/*
rmdir help
if [ -d help ]; then rmdir help; fi