Skip to content

Commit

Permalink
Build: use EXTRA_LIBS when building "shutdown".
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Dec 26, 2017
1 parent f35dc05 commit 8650108
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 @@ -17,7 +17,7 @@ dinitctl: dinitctl.o
$(CXX) -o dinitctl dinitctl.o $(EXTRA_LIBS)

shutdown: shutdown.o
$(CXX) -o shutdown shutdown.o
$(CXX) -o shutdown shutdown.o $(EXTRA_LIBS)

$(objects): %.o: %.cc
$(CXX) $(CXXOPTS) -Idasynq -c $< -o $@
Expand Down

0 comments on commit 8650108

Please sign in to comment.