diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-20 08:13:37 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-20 08:13:37 +0100 |
commit | 7a4cdc99d9242303c84be398f8b9c296b62c0a27 (patch) | |
tree | 8dc80279915d76aa61ef4e846036fcae6ade7a41 /Makefile | |
parent | 37a6d33f46d81109ce5dfa0f79ea52395ac7762d (diff) |
moved stuff in exec.go
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |