diff options
| author | 2012-12-05 00:13:28 +0100 | |
|---|---|---|
| committer | 2012-12-05 00:13:28 +0100 | |
| commit | f5e88cf6091aebc48fa23ff0f15a8600eb11bf8d (patch) | |
| tree | 2f57e5730c1baff1280c6260d38d5f514c4188d5 /.ncmpcpp/Makefile | |
| parent | 9b3cc1d28d5a5bab0d1ce13e6612bbe989f4a1ce (diff) | |
| download | dotfiles-f5e88cf6091aebc48fa23ff0f15a8600eb11bf8d.tar.gz dotfiles-f5e88cf6091aebc48fa23ff0f15a8600eb11bf8d.zip | |
Add Makefiles for all files
Diffstat (limited to '.ncmpcpp/Makefile')
| -rw-r--r-- | .ncmpcpp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ncmpcpp/Makefile b/.ncmpcpp/Makefile new file mode 100644 index 0000000..728f643 --- /dev/null +++ b/.ncmpcpp/Makefile @@ -0,0 +1,4 @@ +DESTDIR:=$(DESTDIR)/.ncmpcpp +objects=config + +include ../dotfiles.mk |
