10 lines
169 B
Makefile
10 lines
169 B
Makefile
#
|
|
# Makefile
|
|
# Copyright (C) 2024 veypi <i@veypi.com>
|
|
// 2025-02-27 19:32:09
|
|
# Distributed under terms of the GPL license.
|
|
#
|
|
|
|
run:
|
|
@go run ./cli/*.go -f ./cfg/dev.yaml
|