mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +00:00
11 lines
157 B
Makefile
11 lines
157 B
Makefile
|
|
TRICK_CFLAGS += -I./models
|
|
TRICK_CXXFLAGS += -I./models
|
|
|
|
TRICK_CXXFLAGS += -std=c++11
|
|
|
|
clean: checkpoint_clean
|
|
|
|
checkpoint_clean:
|
|
rm -f RUN_test/chkpnt_in
|