fix samples/Makefile
This commit is contained in:
parent
7665310daa
commit
5e217a2490
@ -13,7 +13,7 @@ AR_EXT = a
|
|||||||
V ?= 0
|
V ?= 0
|
||||||
|
|
||||||
CFLAGS += -Wall -Werror -I../include
|
CFLAGS += -Wall -Werror -I../include
|
||||||
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm -lrt
|
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm
|
||||||
LDLIBS += -lpthread -lunicorn -lm -lrt
|
LDLIBS += -lpthread -lunicorn -lm -lrt
|
||||||
|
|
||||||
ifneq ($(CROSS),)
|
ifneq ($(CROSS),)
|
||||||
|
Loading…
Reference in New Issue
Block a user