mirror of
https://github.com/nasa/fprime.git
synced 2025-12-15 14:05:24 -06:00
11 lines
97 B
Bash
Executable File
11 lines
97 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
export FPRIME_ROOT=.
|
|
export SUBDIRS="
|
|
Drv
|
|
Fw
|
|
Ref
|
|
Svc
|
|
"
|
|
. $FPRIME_ROOT/defs-root.sh
|