mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 12:59:44 -07: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
|
CFLAGS = -I. -I/opt/local/include -Wall -Wno-unused-function
|
||||||
|
|
||||||
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall
|
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue