1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00

Merge pull request #192 from strk/make-default-target

Have the default 'all' rule just build
This commit is contained in:
Thomas Boerger 2016-11-24 11:13:35 +01:00 committed by GitHub
commit f0cfb1cb03

View File

@ -30,7 +30,7 @@ else
endif endif
.PHONY: all .PHONY: all
all: clean test build all: build
.PHONY: clean .PHONY: clean
clean: clean: