home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
051-075
/
scopedisk52
/
oneplane
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Makefile
|
1995-03-19
|
290 b
|
18 lines
# -------------------------------------------
# Makefile for Oneplane v1.1
#
# Ethan Dicks 14-Dec-1988
# -------------------------------------------
LCFLAGS = -b0 -v
LNFLAGS = SC SD ND
OnePlane.o: OnePlane.c
lc $(LCFLAGS) OnePlane
OnePlane: OnePlane.o
blink OnePlane.o $(LNFLAGS)