X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile;h=8dd9f543d01fb74df21d3e8ab91645443fcc1a62;hb=206f41ecf9925199f115cacda782927d031042b4;hp=0780ee6790a717fbc2a32532e96463ac5f29164f;hpb=4a21a505df40dbcd966c6b213e09b6070af7cfda;p=friendica-addons.git diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index 0780ee67..8dd9f543 --- 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