diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-10-02 15:42:08 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-10-02 15:42:08 -0700 |
| commit | 1c20c9a5a6f6b4f7653e8893838c65b2c6f17c8c (patch) | |
| tree | 86b93c8e91151224b812096448406a0b5d138787 /mk | |
| parent | 628e38cabecb8b31ba4e619aa488e591ae6d4149 (diff) | |
Add a "wipeout" target which nukes the rubygems bundle
Diffstat (limited to 'mk')
| -rw-r--r-- | mk/willora.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/willora.mk b/mk/willora.mk index d2aca2a..040df92 100644 --- a/mk/willora.mk +++ b/mk/willora.mk @@ -396,3 +396,7 @@ wordcount: ${BASE_ERB} .PHONY: clean clean: rm -f ${CLEANFILES} + +.PHONY: __WIPEOUT__ +__WIPEOUT__: clean + rm -rf Gemfile.lock ${.CURDIR}/vendor ${.CURDIR}/.bundle |
