source: MondoRescue/trunk/monitas/make-server@ 387

Last change on this file since 387 was 352, checked in by bcornec, 18 years ago

monitas v0.1a

  • Property svn:executable set to *
File size: 203 bytes
Line 
1#!/bin/sh
2
3if [ "$#" -eq "0" ] ; then
4 level=debug
5else
6 level=$1
7fi
8
9gcc -Wall -pedantic -D_REENTRANT -DLOG_THESE_AND_HIGHER=$level -lpthread server.c from-mondo.c common.c -o server
10exit $?
11
12
13
14
15
Note: See TracBrowser for help on using the repository browser.