浏览代码

Update makefile

Joseph C. Lehner 7 年之前
父节点
当前提交
9bd396057e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -20,7 +20,7 @@ fuzz: clean
 	mv nmrpflash fuzz
 
 clean:
-	rm -f nmrp.o tftp.o main.o ethsock.o nmrpflash
+	rm -f $(nmrpflash_OBJ) nmrpflash
 
 install: nmrpflash
 	install -m 755 nmrpflash $(PREFIX)/bin