diff --git a/.gitignore b/.gitignore index c1953ba..646ca94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -_UAEFSDB.___ bin/bef bin/befprof bin/bef2c diff --git a/.hgignore b/.hgignore index 0f77b80..57018f4 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,5 @@ syntax: glob -_UAEFSDB.___ bin/bef bin/befprof bin/bef2c diff --git a/build.seq b/build.seq deleted file mode 100644 index 74fd181..0000000 --- a/build.seq +++ /dev/null @@ -1,3 +0,0 @@ -dcc src/bef.c -o bin/bef -dcc src/befprof.c -o bin/befprof -dcc src/bef2c.c -o bin/bef2c