summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e53afff..0f731099 100644
--- a/Makefile
+++ b/Makefile
@@ -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