chore: fixup 'distclean' rule to also delete generated directory (#2077)

Change-type: patch
This commit is contained in:
Andrew Scheller 2018-02-23 12:43:13 +00:00 committed by GitHub
parent 677fc5aa68
commit ee93013220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -604,5 +604,6 @@ clean:
distclean: clean
rm -rf node_modules
rm -rf build
rm -rf generated
.DEFAULT_GOAL = help