aboutsummaryrefslogtreecommitdiffstats
path: root/caja/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'caja/Makefile')
-rw-r--r--caja/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/caja/Makefile b/caja/Makefile
new file mode 100644
index 0000000..b0c08a5
--- /dev/null
+++ b/caja/Makefile
@@ -0,0 +1,12 @@
+.POSIX:
+include ../common.mk
+
+install:
+ $(CHECK_INSTALLED) dash
+ mkdir -p -- ~/.local/bin
+ ln -sf -- ~/.dotfiles/caja/c ~/.local/bin/
+
+uninstall:
+ -unlink -- ~/.local/bin/c
+
+.PHONY: install uninstall