summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: remove the options targetGravatar Hiltjo Posthuma 2023-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: just show the compiler outputGravatar Hiltjo Posthuma 2018-06-021-38/+28
| | | | Don't be fancy and just show the actual output so debugging is simpler.
* Makefile: bikesheddingly replace ${} with $()Gravatar Quentin Rameau 2018-04-221-36/+36
|
* Makefile: package config.def.h on make distGravatar Hiltjo Posthuma 2015-11-081-2/+3
|
* stest: get rid of getopt, use suckless arg.hGravatar Hiltjo Posthuma 2015-07-191-3/+3
| | | | ... also some style improvements.
* Use libdraw: add Xft and fallback-fonts support to graphics libGravatar Hiltjo Posthuma 2015-06-271-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
* adopted Alex Sedov's config.h revival patch to tipGravatar Anselm R Garbe 2013-04-171-1/+5
|
* dmenu_run: Split cache logic to dmenu_path againGravatar Quentin Glidic 2012-07-301-2/+4
| | | | This allows to run dmenu_path to update the cache using a packager manager hook system
* replace lsx with stestGravatar Connor Lane Smith 2011-11-191-12/+12
|
* makefile: *.o depend on draw.hGravatar Connor Lane Smith 2011-10-261-1/+1
|
* add lsx.1 to distGravatar Connor Lane Smith 2011-07-191-1/+1
|
* make clean lsxGravatar Connor Lane Smith 2011-06-231-1/+1
|
* new dmenu_runGravatar Connor Lane Smith 2011-06-131-4/+2
|
* new lsx branchGravatar Connor Lane Smith 2011-06-131-6/+15
|
* cleanupGravatar Connor Lane Smith 2011-05-151-7/+12
|
* fast dmenu_path scriptGravatar Connor Lane Smith 2011-05-141-7/+3
|
* gmake spewsGravatar Connor Lane Smith 2010-12-011-4/+4
|
* posix makefileGravatar Connor Lane Smith 2010-12-011-3/+4
|
* fixed dist target bugGravatar Anselm R Garbe 2010-11-201-1/+1
|
* fixed config.mk depGravatar Connor Lane Smith 2010-11-121-2/+2
|
* removed libdc dependenceGravatar Connor Lane Smith 2010-11-111-5/+9
|
* dmenu_path.c (shell is a bottleneck)Gravatar Connor Lane Smith 2010-10-081-8/+7
|
* replaced promptwGravatar Connor Lane Smith 2010-08-021-1/+1
|
* fixed bugs, no more config.h, updated manpage, new libdrawGravatar Connor Lane Smith 2010-08-021-16/+8
|
* updated manpage, added paste, cleaned up, new libdrawGravatar Connor Lane Smith 2010-07-311-1/+1
|
* merged dmenu & dinput (clunky interface)Gravatar Connor Lane Smith 2010-07-301-10/+5
|
* added dmenu.h, common.cGravatar Connor Lane Smith 2010-07-021-3/+7
|
* libdraw now has own repoGravatar Connor Lane Smith 2010-06-301-6/+2
|
* moved draw.c to libdraw.aGravatar Connor Lane Smith 2010-06-241-8/+8
|
* fixed makefileGravatar Connor Lane Smith 2010-06-231-3/+7
|
* added draw.hGravatar Connor Lane Smith 2010-06-231-3/+3
|
* initial dmenu / dinput separationGravatar Connor Lane Smith 2010-06-231-8/+9
|
* prepared dmenu-4.1 releaseGravatar Anselm R Garbe 2010-05-281-1/+5
|
* several performance tweaksGravatar anselm@anselm1 2008-03-221-1/+1
|
* added dmenu runGravatar anselm@anselm1 2007-12-221-2/+4
|
* micromizing dmenu step 1Gravatar Anselm R. Garbe 2007-09-161-3/+3
|
* removed strip, added -s to LDFLAGsGravatar Anselm R. Garbe 2007-05-151-1/+0
|
* making copyright notice more compactGravatar Anselm R. Garbe 2007-04-131-1/+1
|
* added dmenu_path convenience scriptGravatar Anselm R. Garbe 2007-02-231-3/+4
|
* applied the fix inspired by a recent wmii commitGravatar Anselm R. Garbe 2007-02-211-1/+1
|
* readded draw.c again (except getcolor and setfont)Gravatar Anselm R. Garbe 2007-02-201-1/+1
|
* removed draw.c, implemented C-w handling (backward word deletion)Gravatar Anselm R. Garbe 2007-02-191-1/+1
|
* fixed Copyright notice in MakefileGravatar Anselm R. Garbe 2007-02-081-1/+1
|
* got rid of LD, inspired by JGs patch to wmiiGravatar Anselm R. Garbe 2007-02-051-3/+2
|
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-1/+1
|
* removed crap from MakefileGravatar arg@mmvi 2006-09-261-2/+1
|
* removed config.h stuff, made dwm configurable due to command line optionsGravatar arg@mmvi 2006-09-261-5/+1
|
* applied sanders Makefile patchGravatar Anselm R.Garbe 2006-08-161-1/+1
|
* removed finished messageGravatar Anselm R.Garbe 2006-08-141-1/+0
|
* applied Sanders LD patchGravatar Anselm R.Garbe 2006-08-141-1/+2
|