aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14Makefile: add all files to make distHiltjo Posthuma1-1/+3
2017-09-15Revert "Revert "fixed STLDFLAG order in broken st Makefile""Hiltjo Posthuma1-1/+1
This reverts commit 274d46ace00003d1df718b974d17642cbce167d5. Sorry, the original commit was correct after all. It allows has the correct link order and supports static-linking also. Just a reminder: it is important to give a (brief) rationale of the patch intentions.
2017-09-13Revert "fixed STLDFLAG order in broken st Makefile"Hiltjo Posthuma1-1/+1
This reverts commit 7f990328e4fec8dfaaad311cb8af2304b58c872e. this was wrong as pointed out by k0ga: "STLDFLAGS is about flags to the linker, for example -L not about -l for that reason it must go before the object list".
2017-07-23fixed STLDFLAG order in broken st MakefileAnselm R Garbe1-1/+1
2017-07-12Let the user specify C and LD FLAGSQuentin Rameau1-4/+4
2017-07-12Do not obfuscate what make is doing.Quentin Rameau1-33/+25
Change some styling too while we're at it.
2017-01-20Split X-specific code into x.cMichael Forney1-1/+4
2016-11-14tic -s -> tic -sx (Treat unknown capabilities as user-defined.)pl@ninthfloor.org1-1/+1
2015-03-16arg.h wasn't used for dist.Christoph Lohmann1-1/+1
2013-01-05Applying the changes to the docs; by Peter Hartman.Christoph Lohmann1-2/+1
2012-08-29Adding setb and setf and a comment about terminfo installation.Christoph Lohmann1-0/+2
2010-09-02fixed makefile.Aurélien Aptel1-1/+1
2010-09-02added manpage.Aurélien Aptel1-1/+7
2010-08-31toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile.Aurélien Aptel1-1/+1
2010-08-30fix buildpancake1-1/+4
use config.def.h mechanism add SHELL in config.h
2010-08-30use predefined OS macro instead of uname.Aurélien Aptel1-1/+0
2010-08-28st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel1-2/+3
2010-08-19fixed backspace problem, updated terminfo entry and moved TNAME in config.h.Aurélien Aptel1-1/+0
2010-07-24applied Devin J Pohly's st color info patches, thanks Devin!Anselm R Garbe1-0/+1
2009-06-16added/removed files, updated Makefile.Aurélien Aptel1-1/+1
2009-05-10backport of local changesAnselm R Garbe1-32/+37
2008-07-21simplify MakefileMatthias-Christian Ott1-51/+32
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-07-04remove emallocz()Matthias-Christian Ott1-3/+3
2008-06-14make st and std separate programmesMatthias-Christian Ott1-7/+15
2008-06-10source utility functions out to util.cMatthias-Christian Ott1-1/+1
2008-06-01slight changesAnselm R Garbe1-7/+3
2008-05-20added some new files for the initial rewrite of st from scratchAnselm R Garbe1-0/+60