aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2023-09-22Makefile: remove the options targetHiltjo Posthuma
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.
2018-06-02Makefile: just show the compiler outputHiltjo Posthuma
Don't be fancy and just show the actual output so debugging is simpler.
2018-04-22Makefile: bikesheddingly replace ${} with $()Quentin Rameau
2015-11-08Makefile: package config.def.h on make distHiltjo Posthuma
2015-07-19stest: get rid of getopt, use suckless arg.hHiltjo Posthuma
... also some style improvements.
2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma
- libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE
2013-04-17adopted Alex Sedov's config.h revival patch to tipAnselm R Garbe
2012-07-30dmenu_run: Split cache logic to dmenu_path againQuentin Glidic
This allows to run dmenu_path to update the cache using a packager manager hook system
2011-11-19replace lsx with stestConnor Lane Smith
2011-10-26makefile: *.o depend on draw.hConnor Lane Smith
2011-07-19add lsx.1 to dist4.4Connor Lane Smith
2011-06-23make clean lsxConnor Lane Smith
2011-06-13new dmenu_runConnor Lane Smith
2011-06-13new lsx branchConnor Lane Smith
2011-05-15cleanupConnor Lane Smith
2011-05-14fast dmenu_path scriptConnor Lane Smith
2010-12-01gmake spewsConnor Lane Smith
2010-12-01posix makefileConnor Lane Smith
2010-11-20fixed dist target bug4.2.1Anselm R Garbe
2010-11-12fixed config.mk depConnor Lane Smith
2010-11-12removed libdc dependenceConnor Lane Smith
2010-10-09dmenu_path.c (shell is a bottleneck)Connor Lane Smith
2010-08-02replaced promptwConnor Lane Smith
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith
2010-07-31updated manpage, added paste, cleaned up, new libdrawConnor Lane Smith
2010-07-30merged dmenu & dinput (clunky interface)Connor Lane Smith
2010-07-02added dmenu.h, common.cConnor Lane Smith
2010-06-30libdraw now has own repoConnor Lane Smith
2010-06-24moved draw.c to libdraw.aConnor Lane Smith
2010-06-23fixed makefileConnor Lane Smith
2010-06-23added draw.hConnor Lane Smith
2010-06-23initial dmenu / dinput separationConnor Lane Smith
2010-05-28prepared dmenu-4.1 release4.1Anselm R Garbe
2008-03-22several performance tweaksanselm@anselm1
2007-12-22added dmenu runanselm@anselm1
2007-09-16micromizing dmenu step 1Anselm R. Garbe
2007-05-15removed strip, added -s to LDFLAGs3.1Anselm R. Garbe
2007-04-13making copyright notice more compact3.0Anselm R. Garbe
2007-02-23added dmenu_path convenience script2.4Anselm R. Garbe
2007-02-21applied the fix inspired by a recent wmii commit2.3Anselm R. Garbe
2007-02-20readded draw.c again (except getcolor and setfont)Anselm R. Garbe
2007-02-19removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe
2007-02-08fixed Copyright notice in Makefile2.2Anselm R. Garbe
2007-02-05got rid of LD, inspired by JGs patch to wmiiAnselm R. Garbe
2007-01-02next version will contain updated copyright noticearg@mig29
2006-09-26removed crap from Makefilearg@mmvi
2006-09-26removed config.h stuff, made dwm configurable due to command line optionsarg@mmvi
2006-08-16applied sanders Makefile patchAnselm R.Garbe
2006-08-14removed finished message0.4Anselm R.Garbe
2006-08-14applied Sanders LD patchAnselm R.Garbe