8 lines
60 B
Makefile
8 lines
60 B
Makefile
_:
|
|
@just --list
|
|
|
|
# build pacakge
|
|
build:
|
|
buildj package
|
|
|