[go: up one dir, main page]

Menu

[cae119]: / Makefile  Maximize  Restore  History

Download this file

20 lines (15 with data), 299 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#
wbm :
./make-wbm.sh
wbm-test :
./make-wbm-test.sh
clean :
cd modules; rm -f *.tar.gz
status :
git status
help :
@echo "wbm : build stable release"
@echo "wbm-test : build devel release"
@echo "clean : remove all modules tgz"
@echo "status : show git status"
@echo "help : this help"