1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 12:54:53 -05:00

Have the deault 'all' rule just build

Clean and test are saner being seperate targets
This commit is contained in:
Sandro Santilli 2016-11-18 09:57:30 +01:00
parent 6ed7f269f1
commit 5301a5db3a

View file

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