From 888687f307f77738b2209dfc0f48f8f30aa63b58 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 20 Nov 2012 08:22:25 +0000 Subject: Move include at the end So that all is the first target and is executed when no argument is passed to make. --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index c795d92..f639f60 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ COMMANDS = $(CURDIR)/commands -include Makefile.helpers - .PHONY: all auto-install check-system build run test shell bug-report clean \ upload-docs @@ -34,3 +32,5 @@ clean: clean-helpers upload-docs: rsync -r --progress ./source/sugar-docs/build/ \ dnarvaez@shell.sugarlabs.org:~/public_html/sugar-docs/ + +include Makefile.helpers -- cgit v0.9.1