This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
imapfilter
Watch
1
Star
0
Fork
0
You've already forked imapfilter
mirror of
https://github.com/moparisthebest/imapfilter
synced
2024-11-14 21:35:02 -05:00
Code
Issues
Releases
Wiki
Activity
3690506986
imapfilter
/
Makefile
3 lines
51 B
Makefile
Raw
Normal View
History
Unescape
Escape
Make OpenSSL a mandatory requirement 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.
2012-02-19 06:36:44 -05:00
all install uninstall clean
:
Change file and directory structure Move the source code to the src dir, the man pages to the doc dir, and the example configuration files to the samples dir, and update all relevant files to reflect the changes.
2011-03-06 07:32:33 -05:00
cd
src
&&
$(
MAKE
)
$@
Reference in New Issue
Copy Permalink