mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-08 23:56:37 +02:00
5 lines
49 B
Makefile
5 lines
49 B
Makefile
|
SHELL := /bin/bash
|
||
|
|
||
|
run:
|
||
|
go build . && ./schema
|