Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-02 | Add config.h on clean target | ||
2023-09-22 | Makefile: remove the options target | ||
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. | |||
2019-01-04 | Makefile: fix dependencies on config.h | ||
patch by Younes Khoudli (changed slightly). Thanks | |||
2018-03-14 | Makefile: add all files to make dist | ||
2017-09-15 | Revert "Revert "fixed STLDFLAG order in broken st Makefile"" | ||
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-13 | Revert "fixed STLDFLAG order in broken st Makefile" | ||
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-23 | fixed STLDFLAG order in broken st Makefile | ||
2017-07-12 | Let the user specify C and LD FLAGS | ||
2017-07-12 | Do not obfuscate what make is doing. | ||
Change some styling too while we're at it. | |||
2017-01-20 | Split X-specific code into x.c | ||
2016-11-14 | tic -s -> tic -sx (Treat unknown capabilities as user-defined.) | ||
2015-03-16 | arg.h wasn't used for dist. | ||
2013-01-05 | Applying the changes to the docs; by Peter Hartman. | ||
2012-08-29 | Adding setb and setf and a comment about terminfo installation. | ||
2010-09-02 | fixed makefile. | ||
2010-09-02 | added manpage. | ||
2010-08-31 | toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile. | ||
2010-08-30 | fix build | ||
use config.def.h mechanism add SHELL in config.h | |||
2010-08-30 | use predefined OS macro instead of uname. | ||
2010-08-28 | st now runs on Linux, OpenBSD and FreeBSD. | ||
2010-08-19 | fixed backspace problem, updated terminfo entry and moved TNAME in config.h. | ||
2010-07-24 | applied Devin J Pohly's st color info patches, thanks Devin! | ||
2009-06-16 | added/removed files, updated Makefile. | ||
2009-05-10 | backport of local changes | ||
2008-07-21 | 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. | |||
2008-07-04 | remove emallocz() | ||
2008-06-14 | make st and std separate programmes | ||
2008-06-10 | source utility functions out to util.c | ||
2008-06-01 | slight changes | ||
2008-05-20 | added some new files for the initial rewrite of st from scratch | ||