Skip to content

Commit

Permalink
small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 26, 2024
1 parent 5100657 commit bf347c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ define bedsidemon_rules
this_ldlibs += -pthread
this_ldflags += -rdynamic

this_ldlibs += out/$$(c)/libbedsidemon.a
this_ldlibs += $$(this_out_dir)libbedsidemon.a

this_ldlibs += -l papki
this_ldlibs += -l clargs
Expand Down

0 comments on commit bf347c6

Please sign in to comment.