summaryrefslogtreecommitdiffstats
path: root/common/Makefile
blob: 2fc631d44c84cc7e91e2e85c0c19bba340794966 (plain) (blame)
1
2
3
4
5
6
7
8
SUBDIR= bbs sys

all install clean:
    @for i in $(SUBDIR); do\
        cd $$i;\
        $(MAKE) $@;\
        cd -;\
    done