소스 검색

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