home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
sredird
/
sredird_2.2.1-1.tar.gz
/
sredird_2.2.1-1.tar
/
sredird-2.2.1
/
Makefile
< prev
next >
Wrap
Makefile
|
2003-07-09
|
288b
|
15 lines
# SRedird base makefile
# Supplied by Kevin Bertram (kevin@cate.com.au)
CC=gcc
CFLAGS=-O3 -pipe -fomit-frame-pointer
WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic
SRC=sredird.c
sredird: sredird.c
$(CC) $(CFLAGS) $(WFLAGS) -o sredird $(SRC)
clean:
rm -f sredird