From 5d36b693a86f648840e520263b7b155ced8d7c20 Mon Sep 17 00:00:00 2001 From: wwwwwwwwwwwwwwwwwwwwwwwwwwwwww <xxperipsis@gmail.com> Date: Fri, 31 Aug 2018 09:30:42 -0500 Subject: [PATCH] link asmjit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24f32ce..744df6b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OBJS=$(SRC:.cc=.o) OUT=./calc CC=clang++ CCOPTS=-std=c++14 -c -Wall -g -LDOPTS=-lpthread -g +LDOPTS=-lpthread -g -lasmjit default: $(SRC) $(OUT)