mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
Have the deault 'all' rule just build
Clean and test are saner being seperate targets
This commit is contained in:
parent
6ed7f269f1
commit
5301a5db3a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: clean test build
|
all: build
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue