Remove m2mm on clean

This commit is contained in:
ceriel 1988-07-27 09:28:31 +00:00
parent 620f17db1b
commit e70f6d3276

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) \