app/scanningcabinet: Compile scancab during make.go

Change-Id: Ia44afa903dfce6246d391b5d11a8b1e397f12e0c
This commit is contained in:
Steve Armstrong 2017-01-22 11:33:56 -08:00
parent 79f832a1d5
commit ab86174bc6
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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 "*":