mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
termcap is deprecated and doesn't seem to be needed anyway
This commit is contained in:
parent
e73e717239
commit
47c872f48f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
LDFLAGS = -ltermcap -lusb -lreadline -lpthread -L/opt/local/lib
|
||||
LDFLAGS = -lusb -lreadline -lpthread -L/opt/local/lib
|
||||
CFLAGS = -I. -I/opt/local/include -Wall -Wno-unused-function
|
||||
|
||||
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall
|
||||
|
|
Loading…
Reference in a new issue