summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99018540..2f3f339c 100644
--- a/Makefile
+++ b/Makefile
@@ -706,7 +706,7 @@ endif
ifneq ($(BUILD_CLIENT),0)
TARGETS += $(B)/tremulous.$(ARCH)$(BINEXT)
ifneq ($(BUILD_CLIENT_SMP),0)
- TARGETS += $(B)/tremulous.$(ARCH)$(BINEXT)
+ TARGETS += $(B)/tremulous-smp.$(ARCH)$(BINEXT)
endif
endif