Makefile 201 B

123
  1. # this Makefile is for old users, for new users, just go install in the 2 directories
  2. install:
  3. go install ; cd ../bmgen && go install ; if [ -f /usr/local/bin/bmgen ]; then rm /usr/local/bin/bmgen; fi