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-26/+17
Don't be fancy and just show the actual output so debugging is simpler.
2018-05-12remove old TODO and BUGS entriesHiltjo Posthuma1-1/+1
the bug in the dwm man page is an (ancient) Java issue. Thanks David and quinq for the patches and feedback!
2015-11-08Makefile: package all files with make distHiltjo Posthuma1-2/+2
2013-04-17renamed draw into drwAnselm R Garbe1-1/+1
2012-12-08continued with draw.c abstraction, also started util.{h,c} implementation, ↵Anselm R Garbe1-1/+1
that will be used by draw.c as well
2012-11-18basic draw.c structureanselm@garbe.us1-1/+1
2008-05-19reverted dist target in Makefileanselm@anselm11-1/+1
2008-05-17removed the exact focus mechanism of next/prev windowAnselm R Garbe1-1/+1
2008-04-20this is the correct wayanselm@anselm11-0/+1
2008-04-20copyright notice is in LICENSEanselm@anselm11-1/+0
2008-04-03some cleanup changesAnselm R Garbe1-1/+1
2008-03-13removed all defines of geoms, implemented setgeoms() instead, added ↵Anselm R Garbe1-1/+1
config.anselm.h to show how I'd like to see that people edit their geoms
2007-10-19thx to Toni Lainsonarg@suckless.org1-2/+2
2007-10-18removed dwm.h, just include C-files in config.h if you extend dwm, that's ↵arg@suckless.org1-2/+2
simplier and most flexible than all other possibilities
2007-10-11recreated dwm.hAnselm R. Garbe1-1/+1
2007-09-23renamed config.h into config.def.h, config.h will be created if not present, ↵Anselm R. Garbe1-1/+5
this seems less annoying after all
2007-09-17made all stuff non-static - so you can choose wether to use dwm the static ↵arg@suckless.org1-1/+1
or the extern way when extending it
2007-09-15micromizing dwm step 1Anselm R. Garbe1-3/+3
2007-09-15moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe1-1/+1
2007-09-15renamed config.default.h into config.hAnselm R. Garbe1-5/+1
2007-09-15dist target only needs to add config.default.hAnselm R. Garbe1-1/+1
2007-08-19added screen.c, removed layout.c and tag.cAnselm R. Garbe1-1/+1
2007-08-15fififiAnselm R. Garbe1-1/+1
2007-08-11separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe1-1/+1
included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
2007-05-15removed strip, added -s to LDFLAGSAnselm R. Garbe1-1/+0
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe1-1/+1
2007-02-21fixed quoting and a comment3.6Anselm R. Garbe1-1/+1
2007-02-20added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe1-1/+1
2007-02-20split screen.c into layout.c and tag.c (because the view is an implicit ↵Anselm R. Garbe1-1/+1
mixture of both)
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe1-1/+1
2007-02-19renamed view.c into screen.cAnselm R. Garbe1-1/+1
2007-02-19merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe1-1/+1
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe1-1/+1
2007-02-08fixed copyright notice in MakefileAnselm R. Garbe1-1/+1
2007-02-05got rid of LD (inspired by JGs patch to wmii)Anselm R. Garbe1-3/+2
2007-01-02next version will contain updated copyright noticearg@mig291-1/+1
2006-08-22separated several functions into view.cAnselm R. Garbe1-1/+1
2006-08-14removed finished messageAnselm R.Garbe1-1/+0
2006-08-14applied Sanders LD and resize patchesAnselm R.Garbe1-1/+2
2006-08-08applied Sanders tiny patchesAnselm R.Garbe1-1/+1
2006-08-07typo fixarg@10ksloc.org1-1/+1
2006-08-07applied Sanders man page/Makefile patcharg@10ksloc.org1-1/+1
2006-08-07added stripping to dwm target in Makefilearg@10ksloc.org1-0/+1
2006-08-03removed CONFIGarg@10ksloc.org1-3/+2
2006-08-03make config.h not a time dependencearg@10ksloc.org1-1/+1
2006-08-03removed rm config.h from cleanarg@10ksloc.org1-1/+1
2006-08-03added gmake compliancearg@10ksloc.org1-2/+2
2006-08-03applied Jukka's diffarg@10ksloc.org1-4/+5
2006-08-03applied Sanders Makefile patcharg@10ksloc.org1-26/+20