summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make `make clean` actually clean somethingGravatar Antti Korpi2018-01-281-1/+1
| | | | Whoops.
* Use rm --force at cleanupGravatar Antti Korpi2017-06-261-1/+1
| | | | | Avoids errors when nothing is there to be cleaned up: that's a successful cleanup too.
* Remove .PHONY make targetGravatar Antti Korpi2017-06-261-3/+0
| | | | | I think this is a remnant from some time ago when output executable wasn't called "xkbcat", but it is now, so the .PHONY is unnecessary.
* Compile to C99 instead of GNU11Gravatar Antti Korpi2016-04-221-1/+1
| | | | Simpler, now that we don't need the time structs anymore.
* Use XInput2 raw master device instead of pollingGravatar Antti Korpi2016-04-221-1/+1
| | | | Neater implementation, better performance.
* Convert `compile` script to makefileGravatar Antti K2014-07-301-0/+7
More standard this way.