From fad867e43130b11ee9ef85b8b4d560a186823ffa Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 5 Dec 2012 00:37:02 +0100 Subject: Add some makefiles that were left behind --- .local/share/Makefile | 4 ++++ .local/share/applications/Makefile | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .local/share/Makefile create mode 100644 .local/share/applications/Makefile (limited to '.local/share') diff --git a/.local/share/Makefile b/.local/share/Makefile new file mode 100644 index 0000000..c06880a --- /dev/null +++ b/.local/share/Makefile @@ -0,0 +1,4 @@ +DESTDIR:=$(DESTDIR)/share +modules=applications + +include ../../dotfiles.mk diff --git a/.local/share/applications/Makefile b/.local/share/applications/Makefile new file mode 100644 index 0000000..3d2ca22 --- /dev/null +++ b/.local/share/applications/Makefile @@ -0,0 +1,4 @@ +DESTDIR:=$(DESTDIR)/applications +objects=moc.desktop ncmpcpp.desktop poweroff.desktop reboot.desktop + +include ../../../dotfiles.mk -- cgit v1.2.3-54-g00ecf