Update Dasynq to 1.0.2.
[oweals/dinit.git] / src / Makefile
2017-07-06 Davin McCallFix "make check" on OS X / BSD.
2017-06-26 Davin McCallMakefile: fix warnings on initial build due to missing...
2017-06-16 Davin McCallAllow "make check" to run tests.
2017-06-16 Davin McCallBeginnings of automated test suite.
2017-06-16 Davin McCallBuild: remove manual *.h dependencies.
2017-06-05 Davin McCallBuild: Use CXXPOPTS when generating dependency files
2017-06-03 Davin McCallBuild: autogenerate dependency files (*.d)
2016-06-19 Davin McCallMerge branch 'master' of https://github.com/davmac314...
2016-06-19 Davin McCallAdd root level Makefile, make "shutdown" be optionally...
2016-06-16 Davin McCallPull in latest Dasynq, which means a massive amount...
2016-06-06 Davin McCallNo need to link libev anymore.
2016-06-05 Davin McCallRip out libev, replace with dasynq (new library written...
2016-01-15 Davin McCallMakefile improvements (fix clean target), and build...
2016-01-07 Davin McCallFix protocol errors in dinitctl
2016-01-06 Davin McCallRename dinit-start to dinitctl, as I think one command...
2016-01-05 Davin McCallMove source files int src directory