home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 7
/
FreshFishVol7.bin
/
bbs
/
gnu
/
aplusplus-1.01-src.lha
/
GNU
/
src
/
amiga
/
APlusPlus-1.01
/
amiproc
/
smakefile
< prev
next >
Wrap
Makefile
|
1994-01-14
|
228b
|
15 lines
OBJS= test.o amiproc.o
all: simple test
simple: simple.o amiproc.o
sc link to simple simple.o amiproc.o
test: test.o amiproc.o
sc link to test test.o amiproc.o
test.o: test.c amiproc.h
amiproc.o: amiproc.c amiproc.h