From b920816216cb161449dcf03ffe964c667c7b36c2 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 16 Sep 2015 15:38:58 +0100 Subject: Split install file --- .offlineimap/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .offlineimap/Makefile (limited to '.offlineimap') diff --git a/.offlineimap/Makefile b/.offlineimap/Makefile new file mode 100644 index 0000000..afb339c --- /dev/null +++ b/.offlineimap/Makefile @@ -0,0 +1,13 @@ +HOME=/home/urbain +TARGETS=$(HOME)/.offlineimaprc $(HOME)/.offlineimap.py + +all : $(TARGETS) + +$(HOME)/.offlineimaprc : + ln -s $(PWD)/offlineimaprc $@ + +$(HOME)/.offlineimap.py : + ln -s $(PWD)/offlineimap.py $@ + +clean : + rm -f $(TARGETS) -- cgit v1.2.3