From dd8f40e906aab169ffa7a2023820a93ad1c2e0ad Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Wed, 24 Jan 2024 05:48:56 -0500 Subject: add make run and make build commands --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 1a2265e..e8a9cb4 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,12 @@ unmigrate: rollback: TERN_CONFIG=migrations/tern.conf TERN_MIGRATIONS=migrations tern migrate -d -1 +run: + go run ./src/main.go + +build: + go build -o newsstand ./src/main.go + dev: podman compose up -d -- cgit v1.2.3