summaryrefslogtreecommitdiffstats
path: root/.local/share
diff options
context:
space:
mode:
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/Makefile4
-rw-r--r--.local/share/applications/Makefile4
2 files changed, 8 insertions, 0 deletions
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