From 922bc733353866719fbf5de29da23f423284d1dc Mon Sep 17 00:00:00 2001 From: Pavel Belikov Date: Thu, 23 Nov 2017 18:56:27 +0300 Subject: fix inclusion into multiple source files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3a3c785..4c71e96 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ LDFLAGS += $(FLAGS) SOURCES = test.cxx OBJECTS = $(SOURCES:.cxx=.o) DEPENDENCIES= $(SOURCES:.cxx=.d) -EXECUTABLE = test +EXECUTABLE = argstest .PHONY: all clean pages runtests uninstall install installman -- cgit v1.2.1