source: trunk/makeit @ 17

Last change on this file since 17 was 7, 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.