mirror of
https://github.com/nasa/trick.git
synced 2025-01-04 04:14:11 +00:00
7 lines
41 B
Makefile
Executable File
7 lines
41 B
Makefile
Executable File
|
|
all:
|
|
mvn package
|
|
|
|
clean:
|
|
rm -rf build
|