aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2016-11-24 21:06:24 +0000
committerTomasz Kramkowski <tk@the-tk.com>2016-11-24 21:06:24 +0000
commitc4c3178f2bc2b85b1d3af928f3e841bd6eb43e35 (patch)
treea5895b416896b3076796fa1a9ed66f0d897cdfc7 /Makefile
parent4b56f68e9876be3c42b93be1600cfe6d96ca1530 (diff)
downloadhktool-c4c3178f2bc2b85b1d3af928f3e841bd6eb43e35.tar.gz
hktool-c4c3178f2bc2b85b1d3af928f3e841bd6eb43e35.tar.xz
hktool-c4c3178f2bc2b85b1d3af928f3e841bd6eb43e35.zip
eprintf utilities
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1abf21..3c203df 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ CFLAGS = -std=c11 -O2 -flto $(WARNINGS) -MMD -MP $(shell $(PKG_CONFIG) --cflags
LDFLAGS = -Wl,--as-needed -O2 -flto
LDLIBS = $(shell $(PKG_CONFIG) --libs $(LIBS))
-OBJ := hktool.o halfkay.o log.o params.o util.o
+OBJ := hktool.o halfkay.o log.o params.o util.o eprintf.o
PREFIX ?= /usr/local