From: Matthias-Christian Ott Date: Mon, 21 Jul 2008 15:06:59 +0000 (+0200) Subject: simplify Makefile X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/e0d0a2b96e84bba95f6f3e274131e3bbfb3a4f56?hp=e0d0a2b96e84bba95f6f3e274131e3bbfb3a4f56 simplify Makefile Due to consideration of POSIX compliance issues config.mk had to be removed. Configuration variables can be overridden by environment variables or specified via command line. Additionally all pretty-printed messages were removed and built-in rules are used. This also simplifies and purges the Makefile. ---