ld flags no longer required

This commit is contained in:
Charlie Curtsinger 2015-04-09 11:26:59 -04:00
parent 36c8b95fb0
commit 625fe95a33

View File

@ -2,7 +2,6 @@ ROOT := ..
TARGETS := inspect
LIBS := dl rt pthread
CXXFLAGS := --std=c++11 -g -O2
LDFLAGS := $(ROOT)/deps/libelfin/elf/libelf++.a $(ROOT)/deps/libelfin/dwarf/libdwarf++.a
PREREQS := $(ROOT)/deps/ccutil $(ROOT)/deps/libelfin
include $(ROOT)/common.mk