From 466ac4e7cc5d30148e94d4b55a64ce99ef93bcc7 Mon Sep 17 00:00:00 2001 From: chad Date: Mon, 8 Sep 2014 18:38:13 -0400 Subject: [PATCH] Don't use qsim. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index dd57e573..6cf0a435 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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.