git @ Cat's Eye Technologies Pixley / master impl / mignon / build.seq
master

Tree @master (Download .tar.gz)

build.seq @masterraw · history · blame

;
; To build the 'mignon' executable using DICE C,
; under AmigaDOS 1.3, you can either run
;
;   protect build.seq srwd
;   build.seq
;
; or you can simply type the following commands into the shell:
;
dcc -c sexp.c -o sexp.o
dcc -c parse.c -o parse.o
dcc -c eval.c -o eval.o
dcc -c main.c -o main.o
dcc sexp.o parse.o eval.o main.o -o mignon