mirror of
https://github.com/moparisthebest/imapfilter
synced 2024-11-10 19:35:13 -05:00
e907fe5fdf
There is no point in having SSL/TLS IMAP support as optional, it's as useful if not more than the the non-encrypted connections. The Makefile was better organized to make it easier to change some options during compile. The SHAREDIR variable passed as configuration option has changed name.
3 lines
51 B
Makefile
3 lines
51 B
Makefile
all install uninstall clean:
|
|
cd src && $(MAKE) $@
|