git @ Cat's Eye Technologies
Befunge-93
/
2fe1a85
Revert "Add build.seq for building under AmigaDOS 1.3; ignore UAE files." This reverts commit 422af57dbd11d547278cb009312414b435aaf859.
Chris Pressey
7 years ago
3 changed file(s) with
0 addition(s)
and
5 deletion(s)
.
Raw diff
Collapse all
Expand all
+0
-1
.gitignore
less
more
0
_UAEFSDB.___
1
0
bin/bef
2
1
bin/befprof
3
2
bin/bef2c
+0
-1
.hgignore
less
more
0
0
syntax: glob
1
1
2
_UAEFSDB.___
3
2
bin/bef
4
3
bin/befprof
5
4
bin/bef2c
+0
-3
build.seq
less
more
0
dcc src/bef.c -o bin/bef
1
dcc src/befprof.c -o bin/befprof
2
dcc src/bef2c.c -o bin/bef2c