home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
x
/
volume13
/
xcal
/
part02
/
scott_brim
/
makefile
next >
Wrap
Makefile
|
1991-05-12
|
242b
|
17 lines
#
# Rough makefile
#
CC = gcc
CFLAGS = -g -O
xcshow: xcshow.c
$(CC) $(CFLAGS) -o xcshow xcshow.c
install: xcshow
install -s -m 755 xcshow /usr/local/bin
install -c -m 755 vixc.sh /usr/local/bin/vixc
clean:
-rm -f *.o xcshow errs core