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
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. |