diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-08-23 19:00:02 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-09-06 17:28:49 +0100 |
commit | 49eee08a2f3c66f44ba15e1a46f1a0c3d8fb79e7 (patch) | |
tree | 591c4d8bf512e8e46829eed462f5cdd891f2ed16 /testsuite/tests/plugins/simple-plugin/Makefile | |
parent | a6b7bb8476f8877d9f9f7bdfacce390789a4ca4e (diff) | |
download | haskell-49eee08a2f3c66f44ba15e1a46f1a0c3d8fb79e7.tar.gz |
Clean more in the plugin tests
Diffstat (limited to 'testsuite/tests/plugins/simple-plugin/Makefile')
-rw-r--r-- | testsuite/tests/plugins/simple-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/simple-plugin/Makefile b/testsuite/tests/plugins/simple-plugin/Makefile index 53842deb9d..73a7e33842 100644 --- a/testsuite/tests/plugins/simple-plugin/Makefile +++ b/testsuite/tests/plugins/simple-plugin/Makefile @@ -6,6 +6,7 @@ LOCAL_PKGCONF=local.package.conf PKG_NAME=simple-plugin clean: + rm setup rm -f $(LOCAL_PKGCONF) rm -rf dist rm -rf install |