summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile/macosX/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile/macosX/Makefile b/compile/macosX/Makefile
index ac6c5f2..72e31d7 100644
--- a/compile/macosX/Makefile
+++ b/compile/macosX/Makefile
@@ -100,7 +100,7 @@ DALOS_OBJECTS = $(addsuffix .o, $(notdir $(basename $(COMMON_SOURCES) $(MOGLTK_S
CD_TOOL_OBJECTS = $(addsuffix .o, $(notdir $(basename $(COMMON_SOURCES)))) cd-tool.o
-all: cd-tool cd-tool-static
+all: cd-tool
stats:
@wc $(WHOLE_SOURCES)