Add some makefiles that were left behind

This commit is contained in:
Tom Willemsen 2012-12-05 00:37:02 +01:00
parent 255725ebaf
commit fad867e431
4 changed files with 16 additions and 0 deletions

4
.local/Makefile Normal file
View file

@ -0,0 +1,4 @@
DESTDIR:=$(DESTDIR)/.local
modules=share
include ../dotfiles.mk

4
.local/share/Makefile Normal file
View file

@ -0,0 +1,4 @@
DESTDIR:=$(DESTDIR)/share
modules=applications
include ../../dotfiles.mk

View file

@ -0,0 +1,4 @@
DESTDIR:=$(DESTDIR)/applications
objects=moc.desktop ncmpcpp.desktop poweroff.desktop reboot.desktop
include ../../../dotfiles.mk

4
.weechat/Makefile Normal file
View file

@ -0,0 +1,4 @@
DESTDIR:=$(DESTDIR)/.weechat
objects=alias.conf irc.conf weechat.conf
include ../dotfiles.mk