mirror of
https://github.com/nasa/trick.git
synced 2025-01-04 12:24:12 +00:00
7 lines
199 B
Makefile
7 lines
199 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
|