removed debug.h in favor for log.h
This commit is contained in:
parent
8ad0243c31
commit
f156e8906c
9 changed files with 28 additions and 74 deletions
|
|
@ -35,6 +35,8 @@ rbtree :
|
|||
inotify :
|
||||
$(CC) -lpthread -D INOTIFY_DEBUG -D RB_DEBUG $(CFLAGS) \
|
||||
../src/rbtree.c \
|
||||
../src/log.c \
|
||||
../src/log-file.c \
|
||||
../src/xalloc.c \
|
||||
../src/die.c \
|
||||
../src/strbuf.c \
|
||||
|
|
@ -49,6 +51,8 @@ fscrawl :
|
|||
$(CC) $(CFLAGS) \
|
||||
../src/path.c \
|
||||
../src/fscrawl.c \
|
||||
../src/log.c \
|
||||
../src/log-file.c \
|
||||
../src/xalloc.c \
|
||||
../src/die.c \
|
||||
../src/strbuf.c \
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
#include <stdlib.h>
|
||||
#include "unit.h"
|
||||
#include "../src/rbtree.h"
|
||||
#include "../src/debug.h"
|
||||
|
||||
#define MAX_VAL 500
|
||||
#define NODES 20
|
||||
|
|
|
|||
Reference in a new issue