diff options
Diffstat (limited to '.offlineimap')
-rw-r--r-- | .offlineimap/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
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) |