aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor C. Richberger <taywee@gmx.com>2017-11-26 09:41:51 -0700
committerGitHub <noreply@github.com>2017-11-26 09:41:51 -0700
commit8c32aefd61e259a4a8dde7eee1252accd4c63372 (patch)
treec15d9be9c6a252cbb14b81a653582358e1e810e1 /Makefile
parentMerge pull request #44 from pavel-belikov/better-value-parsing (diff)
parenttrigger travis ci (diff)
downloadargs.hxx-8c32aefd61e259a4a8dde7eee1252accd4c63372.tar.xz
Merge pull request #48 from pavel-belikov/fix-multiple-inclusion
Fix inclusion into multiple source files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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