0
Fork 0
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:
Neil Jenkins 2013-01-30 11:11:49 +11:00
parent 52e517b376
commit b6473508a2

View file

@ -1,4 +1,6 @@
.PHONY: build clean
.PHONY: all build clean
all: build
clean:
rm -rf build