summaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Small fixes in config.mkAaron Marcher2017-12-031-2/+2
|
* Properly declare buf as extern and fix all unused-warningsLaslo Hunhold2017-09-171-1/+1
|
* Fixed man page pathAaron Marcher2017-08-131-1/+1
| | | | | According to the FHS, /usr/local/share/man is the correct man page path in this projects's case. Set this to default in config.mk.
* Remove d- and v-flagsLaslo Hunhold2017-08-101-1/+1
| | | | | | | d-flag: There's no need for that, use the &-operator or fork+exec in a non-shell-context. In the latter case you get the PID for free. v-flag: If you want to find out which version of a package is installed, consult your package manager. That's his job.
* Refactor build systemLaslo Hunhold2017-08-101-10/+12
|
* enable stack protector and compile to position independent executableAaron Marcher2017-04-201-1/+1
|
* saner makefile: cleaner, simpler, sucklessAaron Marcher2017-01-071-2/+2
|
* Merge branch 'master' into masterparazyd2016-12-301-2/+0
|\
| * why releases for such a small project? useless and overhead!Aaron Marcher2016-12-291-2/+0
| |
* | refactor vol_perc to not depend on alsa librariesparazyd2016-12-281-1/+1
|/
* 3.0Aaron Marcher2016-09-191-1/+1
|
* shorter copyright notice and moved back VERSION and _GNU_SOURCE as the man ↵Aaron Marcher2016-09-181-0/+5
| | | | page version number fails
* several changesAli H. Fardan2016-09-181-5/+0
|
* config.mk comment about -Wno-unused-functionsAaron Marcher2016-09-181-2/+3
|
* optimizationAaron Marcher2016-09-181-1/+1
|
* added man pageAaron Marcher2016-09-171-1/+1
|
* added optimization back (removed it for debugging some time ago)Aaron Marcher2016-09-171-1/+1
|
* bringed back the old config.mkAli H. Fardan2016-09-051-0/+19
|
* added a tool for resetting the status bar && worked around some issues && ↵Ali H. Fardan2016-09-051-22/+0
| | | | removed the makefile (we need a better one)
* config.mk cleanupAli H. Fardan2016-09-051-8/+0
|
* fixed compiler warnings in a better wayAli H. Fardan2016-08-211-1/+1
|
* -WextraAli H. Fardan2016-08-211-1/+1
|
* Removed the debug gcc flagsAaron Marcher2016-08-161-2/+2
|
* simplify smprintf by using vasprintfDaniel Walter2016-03-101-1/+1
|
* initial commitAaron Marcher2016-03-041-0/+30