summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-10-25 18:56:56 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2010-10-25 18:56:56 +0200
commitf31fa515b1e1f296685b761c088e98a1fd68cee8 (patch)
tree5934037fdd6d5de51c7ae426454d59805ecce43a /Makefile
parentadd a new tool (diff)
downloadapi-description-f31fa515b1e1f296685b761c088e98a1fd68cee8.tar.gz
add a target png for picture generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1c7215c..3dc4c3c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,10 @@ check:
test: check
+png:
+ @make -C apps png
+ @make -C services png
+
clean:
@make -C apps clean
@make -C services clean