git @ Cat's Eye Technologies Befunge-93 / b200801
Merge pull request #4 from catseye/build-on-amigados-1.3 Build on AmigaDOS 1.3 Chris Pressey authored 7 years ago GitHub committed 7 years ago
3 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 _UAEFSDB.___
01 bin/bef
12 bin/befprof
23 bin/bef2c
00 syntax: glob
11
2 _UAEFSDB.___
23 bin/bef
34 bin/befprof
45 bin/bef2c
0 ;
1 ; To build the Befunge-93 reference executables using DICE C
2 ; under AmigaDOS 1.3, you can either run
3 ;
4 ; protect build.seq srwd
5 ; build.seq
6 ;
7 ; or you can simply type the following commands into the shell:
8 ;
9 dcc src/bef.c -o bin/bef
10 dcc src/befprof.c -o bin/befprof
11 ;dcc src/bef2c.c -o bin/bef2c ; DICE C can't handle this one.