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