diff options
author | pixel <pixel> | 2005-10-13 16:12:18 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-10-13 16:12:18 +0000 |
commit | 55bc5a4e2bd7c1e54ee0b2f52356ba0b5cb7b790 (patch) | |
tree | 34620f7c58e10acc815fed93246ac462de340c9c /compile | |
parent | 958958395b0f7e742f55c4fb2404d097a74e9bf4 (diff) |
Updating zlib to 1.2.3.
Diffstat (limited to 'compile')
-rw-r--r-- | compile/macosX/Makefile | 2 |
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) |