source: trunk/makeit

Last change on this file was 7, checked in by willem, 11 years ago

willem

  • Property svn:executable set to *
File size: 58 bytes
RevLine 
[7]1#!/bin/bash
2umask 022
3
4make || exit
5make install || exit
6
Note: See TracBrowser for help on using the repository browser.