From b6473508a2878eebc1c2e579caf7d838690ae1e9 Mon Sep 17 00:00:00 2001 From: Neil Jenkins Date: Wed, 30 Jan 2013 11:11:49 +1100 Subject: [PATCH] Set `build` as default Make target. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7de08b9..816c814 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -.PHONY: build clean +.PHONY: all build clean + +all: build clean: rm -rf build