summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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