mirror of
https://github.com/nasa/trick.git
synced 2025-01-14 16:59:49 +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
|