mirror of
https://github.com/nasa/trick.git
synced 2025-01-04 12:24:12 +00:00
11 lines
243 B
Makefile
11 lines
243 B
Makefile
# CP found at /users/alin/trick_dev/trunk/bin
|
|
|
|
ifndef TRICK_HOME
|
|
export TRICK_HOME := /users/alin/trick_dev/trunk
|
|
endif
|
|
|
|
include ${TRICK_HOME}/makefiles/Makefile.common
|
|
include ${TRICK_HOME}/makefiles/Makefile.sim
|
|
-include S_overrides.mk
|
|
|