From 0593a740866017e6ea5e2bc4894e494f307ddee4 Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Thu, 7 Nov 2019 09:37:24 +0000 Subject: [PATCH] fix --- compiled/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiled/Makefile b/compiled/Makefile index c282926..b62ff40 100644 --- a/compiled/Makefile +++ b/compiled/Makefile @@ -28,7 +28,7 @@ classdict.so: classdict.cxx %: to_bin/%.cpp libdeepjetcorehelpers.so classdict.cxx - g++ $(CFLAGS) -I./interface $(LINUXADD) $< $(ROOTCFLAGS) $(ROOTSTUFF) -o $@ + g++ $(CFLAGS) -I./interface $(LINUXADD) $< -L. -ldeepjetcorehelpers -lquicklz $(ROOTCFLAGS) $(ROOTSTUFF) -o $@ mv $@ ../bin/ #helpers