From 2950f9777959c8a87429e38e13951f2f193adcf4 Mon Sep 17 00:00:00 2001 From: namark <nshan.nnnn@gmail.com> Date: Sat, 18 Nov 2017 00:57:22 +0400 Subject: [PATCH] Minor fix in the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31af547..848ff05 100644 --- a/Makefile +++ b/Makefile @@ -59,4 +59,4 @@ uninstall: -include $(DEPENDS) .PRECIOUS : $(OBJECTS) -.PHONY : test build clean distclean uninstall +.PHONY : test clean distclean uninstall -- GitLab