From f9a5140071703faf0c7515a05f52e69fdc1f11ba Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 8 Feb 2023 20:53:20 +0100 Subject: Move all sources to package main This project is not so big that it needs multiple packages. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45f5d0b..1d1e261 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PREFIX="/usr" all: mkdir -p build - go build -o build/ceres main.go + go build -o build/ceres *.go clean: rm -rf build @@ -26,4 +26,4 @@ install: all install -Dm 644 sql/0002_migration.sql $(DESTDIR)$(PREFIX)/share/ceres/migrations/0002_migration.sql debug: - go run main.go -c config/debug.json + go run *.go -c config/debug.json -- cgit v1.2.3-70-g09d2