home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Misc
/
EXECUT13.LHA
/
Executive_V1.30
/
SysInfo.lzx
/
examples
/
test
/
smakefile
< 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-11-23
|
303 b
|
21 lines
#
# This file is public domain.
#
# $Id: smakefile 1.2 1995/10/30 19:14:10 petrin Exp petrin $
#
#DEBUG = DEBUG=FULLFLUSH
DEBUG =
CFLAGS = MATH=STANDARD $(DEBUG)
test: test.o
sc link $(CFLAGS) test.o
test.o: test.c defs.h
sc $(CFLAGS) test.c
clean:
delete test test.lnk test.o