home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
c
/
sozobon
/
sozlib15.zoo
/
sozdistr
/
examples
/
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
|
1995-04-02
|
234 b
|
18 lines
#!make -f
# @(#)makefile, SozobonX examples
#
# make file for 'hello' and 'world', in SozobonX distribution
#
hello:
$(MAKE) $(MAKEFLAGS) -f hello.mk
world:
$(MAKE) $(MAKEFLAGS) -f world.mk
help:
@%echo targets: hello world