]> git.mxchange.org Git - friendica-addons.git/blobdiff - Makefile
addons package makefile
[friendica-addons.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..0780ee6
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+# Build addons packages
+SRC    =       buglink fortunate nsfw sniper uhremotestorage \
+               calc impressum oembed statusnet widgets \
+               communityhome js_upload piwik tictac wppost \
+               convert ldapauth  poormancron tumblr \
+               facebook membersince randplace twitter
+
+DESTS = $(addsuffix .tgz,$(SRC))
+
+all: $(DESTS)
+
+%.tgz: %
+       @echo -n Creating $@... 
+       @tar czf $@ $<
+       @echo " Done."
\ No newline at end of file