branch: externals/async commit 7279cc6bdba7bfcb53ca8f5471631ae8dc3918b3 Author: Thierry Volpiatto <[email protected]> Commit: Thierry Volpiatto <[email protected]>
Remove autoload file as well when uninstalling
* Makefile (uninstall): Do it.
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index a755782..0b28c23 100644
--- a/Makefile
+++ b/Makefile
@@ -73,3 +73,4 @@ install:
uninstall:
rm -vf ${DESTDIR}*.elc
+ rm -vf ${DESTDIR}*.el
