mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Added missing test directory from clean command.
This commit is contained in:
parent
689b75af25
commit
66d0240ed4
@ -47,6 +47,12 @@ clean:
|
||||
fi \
|
||||
done
|
||||
|
||||
- for i in $(SIMS_NEEDING_TEST) ; do \
|
||||
if [ -f "$$i/"[Mm]"akefile" ] ; then \
|
||||
$(MAKE) -C $$i spotless ; \
|
||||
fi \
|
||||
done
|
||||
|
||||
$(EXECUTABLES):
|
||||
@ cd $(@D) ; ${TRICK_HOME}/bin/trick-CP -t
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user