mirror of
https://github.com/nasa/trick.git
synced 2025-01-02 03:16:43 +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
|