Commit 0212c7e3 authored by Federico Vaga's avatar Federico Vaga

sw:lib: partial revert 'sw:lib: add possibility to extend LDFLAGS and ARFLAGS'

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 62c1e069
......@@ -19,7 +19,7 @@ LOBJ += libmockturtle-rt-msg.o
CFLAGS += -Wall -Werror -ggdb -fPIC
CFLAGS += -I. -I$(TRTL_SW)/include $(EXTRACFLAGS)
LDFLAGS += -L. -lmockturtle
ARFLAGS += rc
ARFLAGS = rcv
modules all: $(LIB) $(LIBS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment