mkimage-profiles/pkg.in/Makefile

5 lines
85 B
Makefile
Raw Normal View History

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