mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 09:31:49 +00:00
SAIntegrator: update examples makefile to add AsteroidFlyBy. #1114
This commit is contained in:
parent
a2a3ff1dcc
commit
b67612e506
@ -6,6 +6,7 @@ examples:
|
|||||||
@make -C DefiniteIntegral
|
@make -C DefiniteIntegral
|
||||||
@make -C DoubleIntegral
|
@make -C DoubleIntegral
|
||||||
@make -C Orbit
|
@make -C Orbit
|
||||||
|
@make -C AsteroidFlyBy
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@make -C CannonBall clean
|
@make -C CannonBall clean
|
||||||
@ -14,6 +15,7 @@ clean:
|
|||||||
@make -C DefiniteIntegral clean
|
@make -C DefiniteIntegral clean
|
||||||
@make -C DoubleIntegral clean
|
@make -C DoubleIntegral clean
|
||||||
@make -C Orbit clean
|
@make -C Orbit clean
|
||||||
|
@make -C AsteroidFlyBy clean
|
||||||
|
|
||||||
spotless:
|
spotless:
|
||||||
@make -C CannonBall spotless
|
@make -C CannonBall spotless
|
||||||
@ -22,3 +24,4 @@ spotless:
|
|||||||
@make -C DefiniteIntegral spotless
|
@make -C DefiniteIntegral spotless
|
||||||
@make -C DoubleIntegral spotless
|
@make -C DoubleIntegral spotless
|
||||||
@make -C Orbit spotless
|
@make -C Orbit spotless
|
||||||
|
@make -C AsteroidFlyBy spotless
|
||||||
|
Loading…
x
Reference in New Issue
Block a user