diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ include Makefile.files all: - gcc ${DEBUG_SOURCES} main.c -o debug -DWITH_DBG_FILTER -# -DWITH_DBG_MUTEX
\ No newline at end of file + gcc ${DEBUG_SOURCES} main.c debug_syslog.c -o debug -DWITH_DBG_SYSLOG -DWITH_DBG_FILTER |