diff Makefile @ 23125:a5d6a609752b stable

Makefile: update .PHONY Based on sed -n 's/^\([a-z0-9-]*\):\(\s.*\)\?$/\1/gp' Makefile | xargs echo add check, check-code, update-pot, some packaging targets
author Mads Kiilerich <madski@unity3d.com>
date Sat, 01 Nov 2014 20:00:31 +0100
parents 1d354814ff4d
children 272b1cc3e83e
line wrap: on
line diff
--- a/Makefile	Sat Nov 01 20:00:00 2014 +0100
+++ b/Makefile	Sat Nov 01 20:00:31 2014 +0100
@@ -186,5 +186,7 @@
 	contrib/dockerrpm centos7
 
 .PHONY: help all local build doc clean install install-bin install-doc \
-	install-home install-home-bin install-home-doc dist dist-notests tests \
-	update-pot fedora20 docker-fedora20
+	install-home install-home-bin install-home-doc \
+	dist dist-notests check tests check-code update-pot \
+	osx fedora20 docker-fedora20 \
+	centos5 docker-centos5 centos6 docker-centos6 centos7 docker-centos7