8 lines
94 B
Makefile
8 lines
94 B
Makefile
|
|
SUBDIRS = macro showbin maker
|
|
|
|
all clean:
|
|
for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
|
|
|
|
|