30bb813793
...along with obituary fixes.
5 lines
85 B
Makefile
5 lines
85 B
Makefile
all:
|
|
for dir in lists groups; do \
|
|
$(MAKE) -C $$dir BUILDDIR=$(BUILDDIR); \
|
|
done
|