mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
9 lines
112 B
Makefile
9 lines
112 B
Makefile
|
|
TRICK_CFLAGS += -I./models
|
|
TRICK_CXXFLAGS += -I./models
|
|
|
|
clean: output_clean
|
|
|
|
output_clean:
|
|
rm -rf sim_output
|