X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;h=887b82d974f9a534bc7718cdb0fa9b3c86507f9a;hb=4af08c149c8b66e9fe8b9b0fb9f276e0745377d1;hp=161d2deaa6d68bc20df3ce1455d79cac49e4d823;hpb=ce54d468fa97453d949185c0128b435add9aa68d;p=pharext%2Fpharext diff --git a/Makefile b/Makefile index 161d2de..887b82d 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,9 @@ release: cp build/Metadata.php.in src/pharext/Metadata.php && \ git ci -am "back to dev" +archive-test: bin/pharext + ./bin/pharext -vpgs ../apfd.git + -../php-5.5/sapi/cli/php ./apfd-1.0.1.ext.phar + -./apfd-1.0.1.ext.phar + .PHONY: all clean test release