Makefile: add target 'c' to build only C modules

This commit is contained in:
Matteo Cypriani 2011-03-18 15:42:40 +01:00
parent 8f84cffa93
commit 0a4625c5fc
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.PHONY: \
all clean purge help \
all c clean purge help \
libowlps \
libowlps-client \
owlps-client \
@ -20,12 +20,15 @@
## Compilation ##
all: \
c \
owlps-positioning
c: \
libowlps \
libowlps-client \
owlps-client \
owlps-listener \
owlps-aggregator \
owlps-positioning
owlps-aggregator
libowlps:
@make -C $@