]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - Makefile
onArgsInitialize() wants an array and many plugins want to add more elements, so...
[quix0rs-gnu-social.git] / Makefile
index 6f45c1b83e027779001d68008d1270eb4eae293d..8d0a45153f7f051765157e62c765ee708f9a8742 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,9 @@ plugin_mo = $(patsubst %.po,%.mo,$(wildcard plugins/*/locale/*/LC_MESSAGES/*.po)
 
 translations : $(core_mo) $(plugin_mo)
 
+upgrade :
+       php scripts/upgrade.php
+
 clean :
        rm -f $(core_mo) $(plugin_mo)