[game-data-packager] 01/02: Makefile: use "all" as default target

Simon McVittie smcv at debian.org
Tue Dec 6 10:24:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit ad3cb619906e52efd248a226002c1277f2232959
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Nov 6 16:46:49 2016 +0000

    Makefile: use "all" as default target
    
    The build-api and the GNU Coding Standards specify this.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8af65e5..6efca78 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ quake_icons = \
 	$(patsubst %,out/%/quake4.png,$(quake_layer_sizes)) \
 	$(NULL)
 
-default: $(png) $(svgz) $(json_from_data) $(launcher_json) \
+all: $(png) $(svgz) $(json_from_data) $(launcher_json) \
       $(copyright) $(dot_in) $(desktop) $(quake_icons) \
       out/bash_completion out/changelog.gz \
       out/game-data-packager out/vfs.zip out/memento-mori-2.svg
@@ -438,4 +438,4 @@ html: $(DIRS) $(json)
 	LC_ALL=C GDP_UNINSTALLED=1 PYTHONPATH=. python3 -m tools.babel
 	rsync out/index.html alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-games/htdocs/game-data/ -e ssh -v
 
-.PHONY: default clean check install html
+.PHONY: all clean check install html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list