Add build target to Makefile

This commit is contained in:
The Magician 2024-12-17 14:53:55 +00:00
parent c2380b51cb
commit f32f64b6b3
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
build:
go build
connect:
mysql --user=root --password=$(shell pass show sevenkeys/mysql)