From 2dc9d4299442280e9e2b386de66507edc3d7b681 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 15 Jan 2016 10:08:00 +0000 Subject: Simplify install script --- .offlineimap/Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .offlineimap/Makefile (limited to '.offlineimap') diff --git a/.offlineimap/Makefile b/.offlineimap/Makefile deleted file mode 100644 index afb339c..0000000 --- a/.offlineimap/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -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