Browse Source

add registry.go to makefile

master
Brett Langdon 10 years ago
parent
commit
ce9531858a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -1,4 +1,4 @@
realm: ./cmd/realm/main.go ./server.go ./zone.go
realm: ./cmd/realm/main.go ./server.go ./zone.go ./registry.go
go build ./cmd/realm
clean:


Loading…
Cancel
Save