5 lines
121 B
Makefile
5 lines
121 B
Makefile
SUBDIRS = lib libutil modules samples
|
|
|
|
all tidy clean spotless install:
|
|
for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
|