summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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