mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 22:17:51 +00:00
9 lines
238 B
Makefile
9 lines
238 B
Makefile
TRICK_CFLAGS += -I../models
|
|
TRICK_CXXFLAGS += -I../models
|
|
|
|
# Uncomment these for an embedded webserver.
|
|
#TRICK_SFLAGS += -DTRICK_HTTP
|
|
#TRICK_SFLAGS += -I../models
|
|
#TRICK_LDFLAGS += -L/usr/local/lib
|
|
#TRICK_USER_LINK_LIBS += -lmongoose
|