Clean with SPM

This commit is contained in:
Chris Araman 2021-05-07 11:38:36 -07:00
parent c177fa79a1
commit 10b92cc639
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -6,5 +6,5 @@
# Deletes the build directory.
#
BUILD_DIR=.build
rm -rf ${BUILD_DIR:?}
swift package clean
swift package reset