瀏覽代碼

Remove m2mm on clean

ceriel 36 年之前
父節點
當前提交
4c7fbef54c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) \