Archived
1
0
Fork 0

common/debug.h: replaced die-macro with function in die.c

This commit is contained in:
Henrik Hautakoski 2010-09-25 18:43:32 +02:00
parent b137dd64f5
commit dd73cf9422
2 changed files with 7 additions and 6 deletions

View file

@ -25,7 +25,11 @@ path :
t_path.c -o test_path
rbtree :
$(CC) $(CFLAGS) unit.c ../src/common/rbtree.c t_rbtree.c -o test_rbtree
$(CC) $(CFLAGS) \
unit.c \
../src/common/die.c \
../src/common/rbtree.c \
t_rbtree.c -o test_rbtree
inotify :
$(CC) -lpthread -D INOTIFY_DEBUG -D RB_DEBUG $(CFLAGS) \