home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
SASC6571.LZX
/
examples
/
profile
/
smakefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Makefile
|
1996-12-24
|
188 b
|
15 lines
all: stest ltest
stest: stest.o
sc link stest.o
ltest: ltest.o
sc link ltest.o
stest.o: test.c
sc test.c profile objname=stest.o
ltest.o: test.c
sc test.c objname=ltest.o