From: Rob Browning Date: Sat, 21 Feb 2015 22:15:12 +0000 (-0600) Subject: Makefile: remove default target in favor of all X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bdce5df7ccb5a880c91daba287549fe763254d98;p=packages%2Fb%2Fbup.git Makefile: remove default target in favor of all Signed-off-by: Rob Browning --- diff --git a/Makefile b/Makefile index 48ad75d..eb838d4 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,7 @@ else test_tmp := $(CURDIR)/t/tmp endif -default: all - +.PHONY: all all: bup Documentation/all t/configure-sampledata --setup