mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 07:33:54 +00:00
8 lines
42 B
Makefile
8 lines
42 B
Makefile
|
|
||
|
|
||
|
all:
|
||
|
mvn package
|
||
|
|
||
|
clean:
|
||
|
rm -rf build
|