home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
prog
/
c
/
bmake15.lzh
/
builtins.make
< prev
next >
Wrap
Text File
|
1991-05-27
|
226b
|
17 lines
# builtins.make
# (c) Copyright 1991 by Ben Eng, All Rights Reserved
#
# example builtins.make file that defines some builtin rules
clean:
echo "clean"
install:
echo "install"
shar:
echo "shar"
love:
@echo " not war!"