home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume11
/
soundslike
/
Makefile
next >
Wrap
Makefile
|
1987-10-18
|
178b
|
10 lines
# Makefile for soundslike.
CFLAGS = -O
p = soundslike
all: $p $p.1
install: all
@echo install $p and $p.1 according to local convention.
$p: $p.c
$(CC) $(CFLAGS) -o $p $p.c