mkimage-profiles/pkg.in/Makefile
Michael Shigorin 30bb813793 initial groups support/selection
...along with obituary fixes.
2011-11-03 20:39:01 +02:00

5 lines
85 B
Makefile

all:
for dir in lists groups; do \
$(MAKE) -C $$dir BUILDDIR=$(BUILDDIR); \
done