projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35dc05
)
Build: use EXTRA_LIBS when building "shutdown".
v0.06
author
Davin McCall
<davmac@davmac.org>
Tue, 26 Dec 2017 14:18:52 +0000
(14:18 +0000)
committer
Davin McCall
<davmac@davmac.org>
Tue, 26 Dec 2017 14:18:52 +0000
(14:18 +0000)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 21c4cf630e5635be61cc030eb07ab0f73d6e7b48..04c8116a8dcda7db84246e556340bd90f95f9298 100644
(file)
--- 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 $@