From 7a4cdc99d9242303c84be398f8b9c296b62c0a27 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Thu, 20 Jul 2017 08:13:37 +0100 Subject: moved stuff in exec.go --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index def6dd9..f89c955 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ types.go \ config.go \ spooler.go \ commits.go \ -workers.go +workers.go \ +exec.go all: scorshd @@ -16,7 +17,7 @@ deps: go get 'golang.org/x/crypto/openpgp' scorshd: $(SERVER_SOURCES) - $(BUILD) scorshd.go types.go config.go spooler.go commits.go workers.go + $(BUILD) $(SERVER_SOURCES) clean: rm scorshd -- cgit v1.2.3