From ab86174bc6e88eafece1abe75123a5d438f41abe Mon Sep 17 00:00:00 2001 From: Steve Armstrong Date: Sun, 22 Jan 2017 11:33:56 -0800 Subject: [PATCH] app/scanningcabinet: Compile scancab during make.go Change-Id: Ia44afa903dfce6246d391b5d11a8b1e397f12e0c --- .gitignore | 2 ++ make.go | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c4682b74e..a3b4601c4 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ bin/hello bin/publisher bin/scanningcabinet bin/website +bin/scanningcabinet +bin/scancab tmp server/camlistored/newui/all.js server/camlistored/newui/all.js.map diff --git a/make.go b/make.go index 497e64d05..10f05fbcf 100644 --- a/make.go +++ b/make.go @@ -174,6 +174,7 @@ func main() { "camlistore.org/app/hello", "camlistore.org/app/publisher", "camlistore.org/app/scanningcabinet", + "camlistore.org/app/scanningcabinet/scancab", } switch *targets { case "*":