home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Unix
/
Programming
/
TextShell
/
Source
/
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
|
1994-05-09
|
167 b
|
13 lines
ALL = Text
CFLAGS = -g -Wall `allArchs`
LIBS = -lNeXT_s -lsys_s
all: ${ALL}
.m: ; ${CC} ${CFLAGS} -o $@ $*.m ${LIBS}
strip: ; strip ${ALL}
clean: ; rm -f ${ALL}