diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,8 +6,9 @@ SHELL=/bin/bash XSLTPROC = xsltproc all: + @echo "Normal: build pipeline" @echo "Standard: contrib about-server wiki check-png testxml updates music license icc" - @echo "Groups: check pipeline" + @echo "Groups: build check pipeline" contrib: about-server wiki @@ -45,6 +46,9 @@ testxml: updates: cd ../tools/update/ ; ./update.sh +build: + cd ../tools/ ; make client + music: cd ../tools/update/ ; ./update_music.sh |