8 lines
175 B
Makefile
8 lines
175 B
Makefile
TARGET=linux
|
|
|
|
include Makefile.inc
|
|
|
|
LIBRARIES += -L$(CODEDIR)/BaseLib2/$(TARGET) -lBaseLib2
|
|
LIBRARIES += -L$(CODEDIR)/MARTe/MARTeSupportLib/$(TARGET) -lMARTeSupLib
|
|
|
|
OPTIM=
|