summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-13 10:38:35 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-13 10:38:35 -0300
commit3cd610649f38a7adfbf56a289bd9f6e4b6c33922 (patch)
tree011dd6d35adad33d4c85c6b97e154b53ba469c0f /Makefile
parentba212e7b76c7bed1f4ad26cee7f8eff7ba1414c3 (diff)
downloadclientdata-3cd610649f38a7adfbf56a289bd9f6e4b6c33922.tar.gz
clientdata-3cd610649f38a7adfbf56a289bd9f6e4b6c33922.tar.bz2
clientdata-3cd610649f38a7adfbf56a289bd9f6e4b6c33922.tar.xz
clientdata-3cd610649f38a7adfbf56a289bd9f6e4b6c33922.zip
Add Friday, Hocus' special event cat
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b9ab9ba..375f133a 100644
--- a/Makefile
+++ b/Makefile
@@ -51,3 +51,7 @@ pipeline: check-xml
#cd ../tools/imagescheck/ ; ./icccheck.sh
@echo "Now run `make check-png` to check PNG images. Use `make contrib` if contributor list must be updated."
@echo "Use `make icc` to verify for broken images, too."
+
+deploy:
+ cd ../tools/update ; ./pseudo_update.sh ; ./deploy.sh
+ @echo "Finished!"