aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-02-11 15:30:37 +0000
committerTomasz Kramkowski <tk@the-tk.com>2017-02-11 15:30:37 +0000
commitb8ede3c284299173f3981aa85dcbd16806a57f55 (patch)
tree31beb63b99f1840472da304de628e6114ba61f8e /Makefile
parent99778c999c364ad3e5967f7a9a0a3e484c279716 (diff)
parent0fc0c19e4dc2b4ec2f175744e1ac468643b6da71 (diff)
downloadhktool-b8ede3c284299173f3981aa85dcbd16806a57f55.tar.gz
hktool-b8ede3c284299173f3981aa85dcbd16806a57f55.tar.xz
hktool-b8ede3c284299173f3981aa85dcbd16806a57f55.zip
Merge branch 'halfkay-error-handling'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec647c4..3663579 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 eprintf.o
+OBJ := hktool.o halfkay.o params.o util.o eprintf.o
PREFIX ?= /usr/local