home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1989 …il & Dave's Excellent CD
/
Excellent CD HFS.raw
/
Moof
/
Goodies
/
DTS Goodies
/
Obfuscated_C
/
1984
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1989-04-13
|
331 b
|
26 lines
|
[
TEXT/MPS
]
# %W% %G% %U%
#
# 1984 makefile
SHELL=/bin/sh
WINNERS=anonymous laman decot mullender
all: ${WINNERS}
anonymous: anonymous.c
cc $? -o $@
laman: laman.c
cc $? -o $@
decot: decot.c
cc $? -o $@ -lm
mullender: mullender.c
cc $? -o $@
clean:
rm -f core
clobber: clean
rm -f ${WINNERS}
install: all
@echo are you kidding'??'