mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 23:36:43 +00:00
e515144252
* Added Water Clock Sim * Updated graphics and documentation * Added images for README * Typos in README --------- Co-authored-by: Pherring04 <plherrin@JSLRL0523040929.ndc.nasa.gov>
7 lines
41 B
Makefile
7 lines
41 B
Makefile
|
|
all:
|
|
mvn package
|
|
|
|
clean:
|
|
rm -rf build
|