]> git.mxchange.org Git - friendica-addons.git/blobdiff - Makefile
Libertree: Improve the format of postings
[friendica-addons.git] / Makefile
old mode 100644 (file)
new mode 100755 (executable)
index 0780ee6..8dd9f54
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,4 @@
-# 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:
+       @./buildtgz
 
-all: $(DESTS)
-
-%.tgz: %
-       @echo -n Creating $@... 
-       @tar czf $@ $<
-       @echo " Done."
\ No newline at end of file