home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
SASC6571.LZX
/
extras
/
dirwalker
/
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
|
169 b
|
12 lines
SWORDOBJS = sword.o dirwalker.o
SHOWOBJS = show.o dirwalker.o
all: sword show
sword: $(SWORDOBJS)
SC $(SWORDOBJS) LINK
show: $(SHOWOBJS)
SC $(SHOWOBJS) LINK