SHELL = /bin/sh all : hello boot projects goodbye projects : _malign _bars hello : @echo "WISP is a small part of the http://brightcloud.us data mining project" @echo "" @echo "making wisp boot ...... " goodbye : @echo "" @echo "Your ~/.bashrc should now contain something like:" @echo " . ~/etc/wisp/our_wisprc" @echo " cd ; ctags -o ~/.vim/tags/wisp ~/wisp/trunk/requirez/lib/*/*.awk" @echo "" @echo "If so, then run it by either:" @echo " 1. (re)start(ing) bash or" @echo " 2. logoff and on again or" @echo " 3. running . ~/.bashrc" boot : ; @cd requirez && make -s check : ; cd bars && make all check _bars : ; cd bars && make _malign : ; cd malign && make local