Merge branch 'develop-2018-1' of https://github.com/catseye/Befunge-93 into bef2c-befprof-fixes
Chris Pressey
3 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. |