aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-12 14:02:39 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-12 14:02:39 +0100
commit03e9f2891d17643e603f3fd5f88dc61556e38802 (patch)
tree6dbdbad916543b0ebb95a4da0bf28d5247a26a78 /Makefile
parent9ba3489123c6de58f70fc05379644c2ccedbe870 (diff)
downloadnldev-03e9f2891d17643e603f3fd5f88dc61556e38802.tar.bz2
nldev-03e9f2891d17643e603f3fd5f88dc61556e38802.tar.xz
move edie, die and dbg functions to log.c
So it can be reused by the handler.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54cab33..e28138f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
include config.mk
SRC = ${NAME}.c
-OBJ = ${SRC:.c=.o}
+OBJ = ${SRC:.c=.o} log.o
all: options ${NAME}