summaryrefslogtreecommitdiffstats
path: root/.pentadactyl
diff options
context:
space:
mode:
Diffstat (limited to '.pentadactyl')
-rw-r--r--.pentadactyl/Makefile4
-rw-r--r--.pentadactyl/plugins/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/.pentadactyl/Makefile b/.pentadactyl/Makefile
new file mode 100644
index 0000000..e0640d2
--- /dev/null
+++ b/.pentadactyl/Makefile
@@ -0,0 +1,4 @@
+DESTDIR:=$(DESTDIR)/.pentadactyl
+modules=plugins
+
+include ../dotfiles.mk
diff --git a/.pentadactyl/plugins/Makefile b/.pentadactyl/plugins/Makefile
new file mode 100644
index 0000000..8ed9478
--- /dev/null
+++ b/.pentadactyl/plugins/Makefile
@@ -0,0 +1,4 @@
+DESTDIR:=$(DESTDIR)/plugins
+objects=emacs.penta
+
+include ../../dotfiles.mk