20 lines
182 B
Makefile
20 lines
182 B
Makefile
|
all: makall
|
||
|
|
||
|
makall:
|
||
|
sync
|
||
|
|
||
|
clean:
|
||
|
(cd iflop; make clean)
|
||
|
(cd mbrol; make clean)
|
||
|
|
||
|
iflop/iflop.com:
|
||
|
(cd iflop; make)
|
||
|
|
||
|
mbrol/mbrol.com:
|
||
|
(cd mbrol; make)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|