11 lines
96 B
Plaintext
11 lines
96 B
Plaintext
#
|
|
|
|
SUBDIRS = lib cmd examples
|
|
|
|
all:
|
|
@for d in ${SUBDIRS} ; \
|
|
do \
|
|
$(MAKE) -C $$d ; \
|
|
done
|
|
|