Don't use qsim.

This commit is contained in:
chad 2014-09-08 18:38:13 -04:00
parent 41a32bcfd1
commit 466ac4e7cc

View file

@ -8,7 +8,7 @@ PREFIX ?= /usr/local
LIB_OBJS=args.o obj.o mem.o core.o instruction.o enc.o util.o lex.yy.o
all: harptool libharplib.so libharplib.a libqsim-harp.so
all: harptool libharplib.so libharplib.a # libqsim-harp.so
# Use -static so we don't have to install the library in order to just run
# Harptool.