diff --git a/Makefile b/Makefile index 2428ffeff..6a9e13d22 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,6 @@ ssh: test-redirects: npx mocha ./aws/cloudfront/functions/*.js + +clean: + rm -rf ./output