From d032f55971fce31eac1d80755499a37057ae3159 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 4 Aug 2020 09:31:41 +0300 Subject: PHONY fix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8d9041d..4a1f80b 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ XBLD = $(BUILD)/$(EXADIR) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Targets -.PHONY: all examples clean +.PHONY: all examples clean install uninstall all: $(SRCBUILD) $(TARGET) -- cgit v1.2.3