#
# Makefile
# Copyright (C) 2024 veypi <i@veypi.com>
# 2025-03-04 14:03:56
# Distributed under terms of the GPL license.
#

run:
	@go run ./cli/*.go -f ./cfg/dev.yaml
