kfogel / OneTime

An open source encryption program that uses the "one-time pad" method.
http://red-bean.com/onetime
32 stars 14 forks source link

Makefile #12

Closed DomT4 closed 8 years ago

DomT4 commented 10 years ago

Closes #11.

My spam filter caught your reply for some reason, hence the extreme delay between reporting this and offering a PR to fix it. This commit allows people to specify the prefix in a more regular way though, and creates the bin directory if it doesn't exist to avoid people having to manually create that themselves where it doesn't already exist.

With this merged in you would install with make prefix=/example/prefix install and to remove you would do make prefix=/example/prefix uninstall.

kfogel commented 9 years ago

Dominyk, thanks. I've been buried under a load of client work since these came in, and that continues until mid-January, but I will look at this (and presumably merge it) as soon as I can after that. I apologize for the delay!

DomT4 commented 9 years ago

No worries, Appreciate life likes to throw hecticness at people with a certain gleeful abandon, no rush :).

kfogel commented 8 years ago

I think the last changed line in the diff should say $(bindir)/onetime, actually? But I'll merge this first and then commit that change.

Thanks, @DomT4 !

DomT4 commented 8 years ago

Yeah, it certainly could have. Thanks for spotting & fixing that, and the merge. Appreciated!