home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume6
/
bday
/
Makefile
< prev
next >
Wrap
Makefile
|
1989-05-14
|
489b
|
27 lines
##
## Makefile for birthday greetings.
## Written by Rich $alz, <rsalz@bbn.com>. This package has no copyright.
## $Header: Makefile,v 1.1 89/05/08 11:07:14 rsalz Exp $
##
CFLAGS = -O
all: bday bday.8
install: all
@echo "Install according to local convention"
clean:
rm -f foo core SHAR tags lint a.out *.o bday
bday: bday.c
@rm -f bday
$(CC) -o bday $(CFLAGS) bday.c
## I know it fits in one kit, so...
kit:
@rm -f SHAR
makekit -m
@rm -f MANIFEST.BAK
@mv Part01 SHAR