Added missing test directory from clean command.

This commit is contained in:
Christopher LaChance 2017-08-04 15:05:52 -05:00
parent 689b75af25
commit 66d0240ed4

View File

@ -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