diff options
Diffstat (limited to '')
-rw-r--r-- | pluma/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pluma/Makefile b/pluma/Makefile new file mode 100644 index 0000000..0971cfd --- /dev/null +++ b/pluma/Makefile @@ -0,0 +1,9 @@ +.POSIX: + +install: + @: + +uninstall: + -rm -rf -- ~/.config/pluma + +.PHONY: install uninstall |