sys

A set of unix utils in hare!
Log | Files | Refs | README

newcmd.sh (95B)


      1 #!/bin/sh
      2 
      3 echo "bin/$1: cmd/$1.ha"
      4 echo "	\$(HARE) build \$(HAREFLAGS) -o \$@ cmd/$1.ha"
      5 echo