home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Very Best of Atari Inside
/
The Very Best of Atari Inside 1.iso
/
sharew
/
accs
/
recorder
/
recorder.mke
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1989-11-06
|
224 b
|
16 lines
#
# Makefile for Server on the Atari ST using Mark Williams C
#
SRC=.
CC=cc -DACC
CFLAGS=-I.
OBJS= recorder.o
recorder.acc: $(OBJS)
$(CC) -VGEMACC -o recorder.acc $(OBJS)
recorder.o: $(SRC)\recorder.c