Add some makefiles that were left behind
This commit is contained in:
parent
255725ebaf
commit
fad867e431
4 changed files with 16 additions and 0 deletions
4
.local/Makefile
Normal file
4
.local/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
DESTDIR:=$(DESTDIR)/.local
|
||||
modules=share
|
||||
|
||||
include ../dotfiles.mk
|
4
.local/share/Makefile
Normal file
4
.local/share/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
DESTDIR:=$(DESTDIR)/share
|
||||
modules=applications
|
||||
|
||||
include ../../dotfiles.mk
|
4
.local/share/applications/Makefile
Normal file
4
.local/share/applications/Makefile
Normal 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
4
.weechat/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
DESTDIR:=$(DESTDIR)/.weechat
|
||||
objects=alias.conf irc.conf weechat.conf
|
||||
|
||||
include ../dotfiles.mk
|
Loading…
Reference in a new issue