Remove m2mm on clean

This commit is contained in:
ceriel 1988-07-27 09:28:31 +00:00
parent 6a21258874
commit 4c7fbef54c

View File

@ -50,7 +50,7 @@ pr:
@pr Makefile $(GF) $(HFILES) $(CSRC)
clean:
rm -f $(OBJ) $(GENFILES) LLfiles Cfiles tab LL.output
rm -f $(OBJ) $(GENFILES) LLfiles Cfiles tab LL.output m2mm
lint: Cfiles
lint $(INCLUDES) $(LINTFLAGS) $(SRC) \