Remove m2mm on clean
This commit is contained in:
parent
620f17db1b
commit
e70f6d3276
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ pr:
|
||||||
@pr Makefile $(GF) $(HFILES) $(CSRC)
|
@pr Makefile $(GF) $(HFILES) $(CSRC)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJ) $(GENFILES) LLfiles Cfiles tab LL.output
|
rm -f $(OBJ) $(GENFILES) LLfiles Cfiles tab LL.output m2mm
|
||||||
|
|
||||||
lint: Cfiles
|
lint: Cfiles
|
||||||
lint $(INCLUDES) $(LINTFLAGS) $(SRC) \
|
lint $(INCLUDES) $(LINTFLAGS) $(SRC) \
|
||||||
|
|
Loading…
Reference in a new issue