aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
AgeCommit message (Collapse)Author
2010-08-28st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel
2010-08-27removed XINERAMA from config.mk and fixed a segfault when st isAurélien Aptel
started without a display. (thx Hiltjo Posthuma)
2009-05-10backport of local changesAnselm R Garbe
2008-07-21simplify MakefileMatthias-Christian Ott
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.
2008-06-14make st and std separate programmesMatthias-Christian Ott
2008-06-10assume glibc by defaultMatthias-Christian Ott
2008-06-08remove xinerama flagsMatthias-Christian Ott
The xinerama related variables in config.mk are a relict of dwm and therefore should be removed.
2008-05-20added some new files for the initial rewrite of st from scratchAnselm R Garbe