aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: remove the options targetHiltjo Posthuma2023-09-221-8/+2
| | | | | | | | | | | The Makefile used to suppress output (by using @), so this target made sense at the time. But the Makefile should be simple and make debugging with less abstractions or fancy printing. The Makefile was made verbose and doesn't hide the build output, so remove this target. Prompted by a question on the mailing list about the options target.
* Makefile: fix dependencies on config.hHiltjo Posthuma2019-01-041-1/+1
| | | | patch by Younes Khoudli (changed slightly). Thanks
* Makefile: add all files to make distHiltjo Posthuma2018-03-141-1/+3
|
* Revert "Revert "fixed STLDFLAG order in broken st Makefile""Hiltjo Posthuma2017-09-151-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.
* Revert "fixed STLDFLAG order in broken st Makefile"Hiltjo Posthuma2017-09-131-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".
* fixed STLDFLAG order in broken st MakefileAnselm R Garbe2017-07-231-1/+1
|
* Let the user specify C and LD FLAGSQuentin Rameau2017-07-121-4/+4
|
* Do not obfuscate what make is doing.Quentin Rameau2017-07-121-33/+25
| | | | Change some styling too while we're at it.
* Split X-specific code into x.cMichael Forney2017-01-201-1/+4
|
* tic -s -> tic -sx (Treat unknown capabilities as user-defined.)pl@ninthfloor.org2016-11-141-1/+1
|
* arg.h wasn't used for dist.Christoph Lohmann2015-03-161-1/+1
|
* Applying the changes to the docs; by Peter Hartman.Christoph Lohmann2013-01-051-2/+1
|
* Adding setb and setf and a comment about terminfo installation.Christoph Lohmann2012-08-291-0/+2
|
* fixed makefile.Aurélien Aptel2010-09-021-1/+1
|
* added manpage.Aurélien Aptel2010-09-021-1/+7
|
* toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile.Aurélien Aptel2010-08-311-1/+1
|
* fix buildpancake2010-08-301-1/+4
| | | | use config.def.h mechanism add SHELL in config.h
* use predefined OS macro instead of uname.Aurélien Aptel2010-08-301-1/+0
|
* st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel2010-08-281-2/+3
|
* fixed backspace problem, updated terminfo entry and moved TNAME in config.h.Aurélien Aptel2010-08-191-1/+0
|
* applied Devin J Pohly's st color info patches, thanks Devin!Anselm R Garbe2010-07-241-0/+1
|
* added/removed files, updated Makefile.Aurélien Aptel2009-06-161-1/+1
|
* backport of local changesAnselm R Garbe2009-05-101-32/+37
|
* simplify MakefileMatthias-Christian Ott2008-07-211-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.
* remove emallocz()Matthias-Christian Ott2008-07-041-3/+3
|
* make st and std separate programmesMatthias-Christian Ott2008-06-141-7/+15
|
* source utility functions out to util.cMatthias-Christian Ott2008-06-101-1/+1
|
* slight changesAnselm R Garbe2008-06-011-7/+3
|
* added some new files for the initial rewrite of st from scratchAnselm R Garbe2008-05-201-0/+60