diff --git a/src/Makefile b/src/Makefile index 21c4cf63..04c8116a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 $@