mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
Set build
as default Make target.
This commit is contained in:
parent
52e517b376
commit
b6473508a2
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,6 @@
|
|||
.PHONY: build clean
|
||||
.PHONY: all build clean
|
||||
|
||||
all: build
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
|
|
Loading…
Reference in a new issue