Browse Source

Restore build as the default make rule (#2935)

master
Ethan Koenig Lauris BH 7 years ago
parent
commit
061f65ff29
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -55,11 +55,11 @@ else
endif
endif

include docker/Makefile

.PHONY: all
all: build

include docker/Makefile

.PHONY: clean
clean:
$(GO) clean -i ./...


Loading…
Cancel
Save