source: tags/0.9/makeit @ 9

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

willem

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