Fork me on GitHub

source: svn/trunk/configure@ 580

Last change on this file since 580 was 549, checked in by severine ovyn, 14 years ago

add configure

  • Property svn:executable set to *
File size: 179 bytes
Line 
1#! /bin/sh
2#
3# A (so) simple configure script.
4
5test Makefile && make distclean
6./genMakefile.tcl > Makefile
7echo "Makefile ready"
8echo "To build Delphes type "
9echo " make"
10
Note: See TracBrowser for help on using the repository browser.