Explorar el Código

Remove m2mm on clean

ceriel hace 36 años
padre
commit
4c7fbef54c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lang/m2/m2mm/Makefile

+ 1 - 1
lang/m2/m2mm/Makefile

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