add makefile to create release exec

This commit is contained in:
2026-03-02 15:29:24 +01:00
parent 78c777170b
commit 4a4229d67b

3
makefile Normal file
View File

@@ -0,0 +1,3 @@
release:
cd front && npm run build && cd ..
go build -tags=embed