Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Nov 7, 2019
1 parent 8bfdaf4 commit 0593a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiled/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0593a74

Please sign in to comment.