Make: added target check and distcheck

+ added check for CppUnit
This commit is contained in:
Martin Pulec
2019-11-14 09:06:38 +01:00
parent dca1f72ae4
commit 236f5b0589
12 changed files with 60 additions and 22 deletions

View File

@@ -52,6 +52,8 @@
#include "host.h"
#include "rang.hpp"
volatile int log_level = LOG_LEVEL_INFO;
static void _dprintf(const char *format, ...)
{
if (log_level < LOG_LEVEL_DEBUG) {