summaryrefslogtreecommitdiff
path: root/asm/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'asm/mkfile')
-rw-r--r--asm/mkfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/asm/mkfile b/asm/mkfile
deleted file mode 100644
index ca7eb4ec..00000000
--- a/asm/mkfile
+++ /dev/null
@@ -1,21 +0,0 @@
-<../mkconfig
-
-TARG=asm
-OFILES=\
- lex.$O\
- assem.$O\
- y.tab.$O
-
-YFILES= asm.y
-
-HFILES=\
- asm.h\
- $ROOT/libinterp/tab.h\
- $ROOT/include/isa.h\
- y.tab.h
-
-LIBS=bio 9
-
-BIN=$ROOT/$OBJDIR/bin
-
-<$ROOT/mkfiles/mkone-$SHELLTYPE