launch.tigcc 167 B

12345678910
  1. #! /bin/sh
  2. #
  3. # Compile and install the TIGCC front-end
  4. #
  5. echo Installing tigcc front-end...
  6. cd ../sources/tigcc/src/
  7. make -e
  8. cp tigcc $TIGCC/bin
  9. make clean
  10. echo Done.