diff --git a/programs/develop/asciivju/trunk/build.bat b/programs/develop/asciivju/trunk/build.bat deleted file mode 100644 index 28d3a39848..0000000000 --- a/programs/develop/asciivju/trunk/build.bat +++ /dev/null @@ -1,2 +0,0 @@ -@fasm asciivju.asm asciivju -@pause \ No newline at end of file diff --git a/programs/develop/asciivju/trunk/makefile b/programs/develop/asciivju/trunk/makefile deleted file mode 100644 index 302c4d386e..0000000000 --- a/programs/develop/asciivju/trunk/makefile +++ /dev/null @@ -1,3 +0,0 @@ -asciivju : asciivju.asm - fasm asciivju.asm asciivju -