Browse Source

Restore build as the default make rule (#2935)

for-closed-social
Ethan Koenig 6 years ago
committed by Lauris BH
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