mirror of
https://github.com/nasa/trick.git
synced 2024-12-26 08:11:07 +00:00
16 lines
267 B
Makefile
16 lines
267 B
Makefile
|
|
||
|
examples:
|
||
|
@make -C CannonBall
|
||
|
@make -C MassSpringDamper
|
||
|
@make -C Orbit
|
||
|
|
||
|
clean:
|
||
|
@make -C CannonBall clean
|
||
|
@make -C MassSpringDamper clean
|
||
|
@make -C Orbit clean
|
||
|
|
||
|
spotless:
|
||
|
@make -C CannonBall spotless
|
||
|
@make -C MassSpringDamper spotless
|
||
|
@make -C Orbit spotless
|