mirror of
https://github.com/nasa/trick.git
synced 2024-12-26 16:21:07 +00:00
7 lines
41 B
Makefile
7 lines
41 B
Makefile
|
|
||
|
all:
|
||
|
mvn package
|
||
|
|
||
|
clean:
|
||
|
rm -rf build
|