set DEFAULT_GOAL to all

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@136 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent b1243ae3b7
commit d87c3cf50d

@ -8,6 +8,7 @@ modules = $(filter-out $(exclude_modules) \
$(wildcard *) )
#modules = wav gsm ilbc bot echo announcement recorder voicemail dtmf_demo ivr
.DEFAULT_GOAL := all
.PHONY: all
all: modules

@ -14,6 +14,7 @@ hrds = $(wildcard *.h)
objs = $(srcs:.cpp=.o)
depends = $(srcs:.cpp=.d)
.DEFAULT_GOAL := all
.PHONY: all
all: $(extra_target)
-@$(MAKE) deps && \

@ -14,6 +14,7 @@ hrds = $(wildcard *.h)
objs = $(srcs:.c=.o) $(module_extra_objs)
depends = $(srcs:.c=.d)
.DEFAULT_GOAL := all
.PHONY: all
all:
-@$(MAKE) deps && \

Loading…
Cancel
Save