From f5e88cf6091aebc48fa23ff0f15a8600eb11bf8d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 5 Dec 2012 00:13:28 +0100 Subject: Add Makefiles for all files --- .pentadactyl/Makefile | 4 ++++ .pentadactyl/plugins/Makefile | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .pentadactyl/Makefile create mode 100644 .pentadactyl/plugins/Makefile (limited to '.pentadactyl') 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 -- cgit v1.2.3-54-g00ecf