mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Update makefile to build new SAIntegrator examples. #1097
This commit is contained in:
parent
8e8f761afb
commit
b190ade246
@ -1,18 +1,24 @@
|
||||
|
||||
examples:
|
||||
@make -C CannonBall
|
||||
@make -C BouncyCannonBall
|
||||
@make -C MassSpringDamper
|
||||
@make -C Orbit
|
||||
@make -C DefiniteIntegral
|
||||
@make -C DoubleIntegral
|
||||
@make -C Orbit
|
||||
|
||||
clean:
|
||||
@make -C CannonBall clean
|
||||
@make -C BouncyCannonBall clean
|
||||
@make -C MassSpringDamper clean
|
||||
@make -C Orbit clean
|
||||
@make -C DefiniteIntegral clean
|
||||
@make -C DoubleIntegral clean
|
||||
@make -C Orbit clean
|
||||
|
||||
spotless:
|
||||
@make -C CannonBall spotless
|
||||
@make -C BouncyCannonBall spotless
|
||||
@make -C MassSpringDamper spotless
|
||||
@make -C Orbit spotless
|
||||
@make -C DefiniteIntegral spotless
|
||||
@make -C DoubleIntegral spotless
|
||||
@make -C Orbit spotless
|
||||
|
Loading…
Reference in New Issue
Block a user