summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 63d3b51..c93aa1e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,4 +9,5 @@ composer:
test -d HttpClient && mv HttpClient/composer.json src/HttpClient && rmdir HttpClient
test -d Service && mv Service/composer.json src/Service && rmdir Service
test -d Translation && mv Translation/composer.json src/Translation && rmdir Translation
+ test -d Deprecation && mv Deprecation/composer.json src/Deprecation && rmdir Deprecation