diff --git a/trick_source/trick_utils/SAIntegrator/examples/makefile b/trick_source/trick_utils/SAIntegrator/examples/makefile index 7d8a1eda..88fa04d2 100644 --- a/trick_source/trick_utils/SAIntegrator/examples/makefile +++ b/trick_source/trick_utils/SAIntegrator/examples/makefile @@ -6,6 +6,7 @@ examples: @make -C DefiniteIntegral @make -C DoubleIntegral @make -C Orbit + @make -C AsteroidFlyBy clean: @make -C CannonBall clean @@ -14,6 +15,7 @@ clean: @make -C DefiniteIntegral clean @make -C DoubleIntegral clean @make -C Orbit clean + @make -C AsteroidFlyBy clean spotless: @make -C CannonBall spotless @@ -22,3 +24,4 @@ spotless: @make -C DefiniteIntegral spotless @make -C DoubleIntegral spotless @make -C Orbit spotless + @make -C AsteroidFlyBy spotless