summaryrefslogtreecommitdiff
path: root/asm/mkfile
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-04-25 19:48:12 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-04-25 19:48:12 +0100
commit381cebf97df69203b93a8b04d0bfc0190e533a8f (patch)
tree9666a94fe1da93dbf1cc7bac457d23cf61010d51 /asm/mkfile
parent194428a34bf4eb85ec66d416108b25bb6deb1e13 (diff)
remove C version
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