summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asmrun/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/asmrun/Makefile b/asmrun/Makefile
index aef4d4c21..3081392ee 100644
--- a/asmrun/Makefile
+++ b/asmrun/Makefile
@@ -50,8 +50,6 @@ floats.c: ../byterun/floats.c
ln -s ../byterun/floats.c floats.c
str.c: ../byterun/str.c
ln -s ../byterun/str.c str.c
-array.c: ../byterun/array.c
- ln -s ../byterun/array.c array.c
io.c: ../byterun/io.c
ln -s ../byterun/io.c io.c
extern.c: ../byterun/extern.c