aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add test for urxvt scriptsTom Ryder2014-05-081-2/+8
|
* Fix many errors in MakefileTom Ryder2014-05-021-5/+5
|
* Extend "test" target for makeTom Ryder2014-05-021-1/+1
|
* Add scatter(1), shoal(1), and shock(1)Tom Ryder2014-05-021-0/+26
|
* Add test-bash, test-sh, and test targetsTom Ryder2014-04-271-2/+20
|
* Add Makefile target for Taskwarrior configTom Ryder2014-04-271-0/+4
|
* Remove Perl::Critic configurationTom Ryder2014-04-271-4/+0
| | | | | Not often used anyway, and a very short file that causes trouble if the expected modules aren't installed; better off without it
* Add dummy default Makefile targetTom Ryder2014-04-261-0/+5
|
* Remove ack(1)Tom Ryder2014-04-261-8/+1
| | | | | I just wasn't using it; not enough advantages over grep(1) with a little BRE reading and some judicious use of find(1)
* Remove Urxvt.perl-lib definitionTom Ryder2014-04-261-2/+2
| | | | | | I didn't read the manpage. It turns out that urxvt will search $HOME/.urxvt/ext by default for its extensions, so I don't need to specify a path here (much less a fixed string rather than a variable).
* Replace clipboard urxvt with abbreviated scriptTom Ryder2014-04-261-2/+2
| | | | | I didn't need the keybindings or the paste functionality, just the autocopy feature.
* Add install target for rxvt-unicode toolsTom Ryder2014-03-021-0/+5
|
* Add install target for Perl toolsTom Ryder2014-03-021-0/+4
|
* Use variable for $HOME, not tildeTom Ryder2014-03-021-1/+1
|
* Add missing directory creationTom Ryder2014-03-021-0/+1
|
* Move submodule pulls to end of recipeTom Ryder2014-03-021-1/+1
|
* Using Makefile-based install systemTom Ryder2014-03-021-0/+117
Just in an effort to use the right tool for the job. The new Makefile also makes more of an effort to remove and symlink files rather than whole directories, which means I shouldn't need stupid stuff in .gitignore anymore, so that's gone too.