summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2018-04-30temperature: OS splitQuentin Rameau
2018-04-30swap: OS splitQuentin Rameau
2018-04-30ram: OS splitQuentin Rameau
2018-04-30entropy: OS splitQuentin Rameau
2018-04-30cpu: OS splitQuentin Rameau
2018-04-30battery: OS splitQuentin Rameau
2018-04-30Makefile: detect running OSQuentin Rameau
2017-09-24Move components into dedicated subdirectoryLaslo Hunhold
This brings us a lot more tidiness.
2017-09-18Get rid of HDR variableLaslo Hunhold
The HDR variable is used for general purpose headers, which are not given in this project. arg.h and config.h are only needed for slstatus.c, not every component $(COM:=.c). This also fixes a problem introduced in e04a3853643df1c98a451969d515d8850f138bcc, where config.h is pulled into the tarball.
2017-09-18Simplify MakefileLaslo Hunhold
2017-09-18Fix missing config.h in MakefileQuentin Rameau
2017-09-17Rewrite Makefile to accomodate file splitLaslo Hunhold
2017-08-13Added Makefile target for distribution tarballs.Aaron Marcher
2017-08-10Refactor build systemLaslo Hunhold
2017-01-09Makefile fix and vol_perc fix for muteAaron Marcher
2017-01-09simplified MakefileAaron Marcher
2017-01-09small Makefile tweakAaron Marcher
2017-01-09Makefile: Added back config.h handling in MakefileAaron Marcher
2017-01-09Makefile: Fixes #35Aaron Marcher
2017-01-07saner makefile: cleaner, simpler, sucklessAaron Marcher
2016-12-29why releases for such a small project? useless and overhead!Aaron Marcher
2016-09-17added man pageAaron Marcher
2016-09-14do not overwrite config.h if config.def.h changesAaron Marcher
2016-09-05what kind of weed is that?Ali H. Fardan
2016-09-05added a tool for resetting the status bar && worked around some issues && ↵Ali H. Fardan
removed the makefile (we need a better one)
2016-03-10make config.h target depending on config.def.hDaniel Walter
2016-03-04added config.def.h handling and fixed typoAaron Marcher
2016-03-04initial commitAaron Marcher