update makefile
This commit is contained in:
parent
51c68803c5
commit
3f91b5cce0
|
@ -10,7 +10,10 @@ O2_COLOR = \033[32;01m
|
|||
PREFIX = "$(O2_COLOR)==>$(O1_COLOR)"
|
||||
SUFFIX = "$(NO_COLOR)"
|
||||
|
||||
default: clean
|
||||
default: routine
|
||||
|
||||
# FIXME make this do a local imap download too
|
||||
routine: clean databackup
|
||||
|
||||
backup: clean mailoffsite databackup
|
||||
|
||||
|
|
Loading…
Reference in New Issue