summaryrefslogtreecommitdiffstats
path: root/src/Makefile
blob: 4d40e5ec410d485c69e9fd0078e3ec347b96de66 (plain) (blame)
1
2
3
4
5
6
7
8
SUBDIR= libbbsutil libbbs

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