diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-08 09:37:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-08 09:37:30 -0300 |
commit | defaaba7b49ca4b7b6702c8cb8469c5b37fe2dd8 (patch) | |
tree | e5d57748e6fec8d996f69c2ead3a852b82398aa2 /Makefile | |
parent | 7a4f6b2ef8ae185941161365aaf4b7b6d1acd1a3 (diff) | |
download | clientdata-defaaba7b49ca4b7b6702c8cb8469c5b37fe2dd8.tar.gz clientdata-defaaba7b49ca4b7b6702c8cb8469c5b37fe2dd8.tar.bz2 clientdata-defaaba7b49ca4b7b6702c8cb8469c5b37fe2dd8.tar.xz clientdata-defaaba7b49ca4b7b6702c8cb8469c5b37fe2dd8.zip |
Make build
Diffstat (limited to 'Makefile')
-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 |