From b67612e506f25a251c53341c31337d429d6aa03c Mon Sep 17 00:00:00 2001 From: "Penn, John M 047828115" Date: Thu, 25 Feb 2021 12:00:15 -0600 Subject: [PATCH] SAIntegrator: update examples makefile to add AsteroidFlyBy. #1114 --- trick_source/trick_utils/SAIntegrator/examples/makefile | 3 +++ 1 file changed, 3 insertions(+) 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