Skip to content

Commit

Permalink
Add a missing link to timelib in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalGoslawski authored Jul 24, 2019
1 parent ab87ddb commit 2008a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ COMPILER_FLAGS = -Wall -c -I. -O2 -MD -pipe -std=c++11 -Wno-sign-compare
SHARED_COMPILER_FLAGS = -fPIC
STATIC_COMPILER_FLAGS =
LINKER_FLAGS = -L.
LIBRARIES = -ljitplus -ljit -ldl -lboost_regex
LIBRARIES = -ljitplus -ljit -ldl -lboost_regex -ltimelib
FLEX_FLAGS =
LEMON_FLAGS =

Expand Down

0 comments on commit 2008a07

Please sign in to comment.