summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-20 08:13:37 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-20 08:13:37 +0100
commit7a4cdc99d9242303c84be398f8b9c296b62c0a27 (patch)
tree8dc80279915d76aa61ef4e846036fcae6ade7a41 /Makefile
parent37a6d33f46d81109ce5dfa0f79ea52395ac7762d (diff)
moved stuff in exec.go
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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