mirror of
https://github.com/nasa/trick.git
synced 2024-12-26 08:11:07 +00:00
6 lines
198 B
Makefile
6 lines
198 B
Makefile
ifndef TRICK_HOME
|
|
$(error TRICK_HOME environment variable is not set. Please set it and retry.)
|
|
endif
|
|
TRICK_CFLAGS += -I${TRICK_HOME}/trick_models
|
|
TRICK_CXXFLAGS += -I${TRICK_HOME}/trick_models
|