mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 03:11:51 +01:00
Restore build as the default make rule (#2935)
This commit is contained in:
parent
6ee65757c7
commit
061f65ff29
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -55,11 +55,11 @@ else
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include docker/Makefile
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
include docker/Makefile
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
$(GO) clean -i ./...
|
$(GO) clean -i ./...
|
||||||
|
|
Loading…
Reference in a new issue