From a85268cf79fb0b47d9b090d027305be3e264fe61 Mon Sep 17 00:00:00 2001 From: Georgi Kirilov Date: Fri, 1 Feb 2019 07:33:10 +0200 Subject: [PATCH] Don't rebuild on make install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba4fa7ae..a88b28a5 100644 --- a/Makefile +++ b/Makefile @@ -63,4 +63,4 @@ clean: skip: ; -.PHONY: $(BIN) $(SRC) all debug install uninstall strip dist clean +.PHONY: all debug install uninstall strip dist clean