From ef6715645dd249722e361c161b7ee2c46d40ea23 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Sat, 19 Nov 2016 14:19:02 +0100 Subject: [PATCH] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 175ff06..8fec587 100644 --- a/Makefile +++ b/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 -- 2.25.1