Ver Fonte

Update makefile

Joseph C. Lehner há 7 anos atrás
pai
commit
9bd396057e
1 ficheiros alterados com 1 adições e 1 exclusões
  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