diff options
Diffstat (limited to 'vendor/leafo/lessphp/Makefile')
-rw-r--r-- | vendor/leafo/lessphp/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/leafo/lessphp/Makefile b/vendor/leafo/lessphp/Makefile new file mode 100644 index 00000000..a5d262cd --- /dev/null +++ b/vendor/leafo/lessphp/Makefile @@ -0,0 +1,7 @@ + +test: + phpunit --colors tests + +release: + ./package.sh + |