debug() send_uptime() urcapture is_safepath

This commit is contained in:
joonicks
2018-03-14 03:02:30 +01:00
parent 2d7d789621
commit fb70029b56
29 changed files with 575 additions and 164 deletions

View File

@@ -92,6 +92,14 @@ mega: FORCE
mega-install: FORCE
$(MAKE) -C src mega-install
#
# code validation tests
#
test: FORCE
$(MAKE) -C src test
#
# packing things up for distribution
#