Files
go-afero-encfs/justfile
2024-09-01 14:20:27 +08:00

11 lines
70 B
Makefile

_:
@just --list
run:
go run main.go
build:
go build main.go