diff options
author | pixel <pixel> | 2004-12-22 00:08:19 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-22 00:08:19 +0000 |
commit | 1deecb6a389e0ec6d006d8ebeab659c9f194b709 (patch) | |
tree | 51615f3df7a25d690057d30a67aa2f0c6eb8fa67 /compile/linux | |
parent | 4cae523df9e58e55f8598618abc43ea4fd6cd6a5 (diff) |
Latest changes
Diffstat (limited to 'compile/linux')
-rw-r--r-- | compile/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile/linux/Makefile b/compile/linux/Makefile index b7fc57a..881e260 100644 --- a/compile/linux/Makefile +++ b/compile/linux/Makefile @@ -89,7 +89,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 Dalos Dalos-static +all: cd-tool cd-tool-static Dalos stats: @wc $(WHOLE_SOURCES) |