add support of runit service manager

This commit is contained in:
Yann Autissier
2022-01-09 17:32:54 +01:00
parent da2f3ed44a
commit 5594d58732
26 changed files with 190 additions and 51 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# target debug: Print more informations
.PHONY: debug
debug:
$(MAKE) doc help profile DEBUG=true
$(MAKE) help profile DEBUG=true
# target debug-%: Print value of %
.PHONY: debug-%