CMB / edbrowse

A command-line editor and web browser.
Other
344 stars 31 forks source link

BSD makefile #21

Closed czarkoff closed 8 years ago

czarkoff commented 8 years ago

This PR heavily edits BSD makefile so that:

  1. it becomes usable with BSD make,
  2. edbrowse builds by default on BSDs,
  3. the makefile looks like it was actually written for BSD.

I also moved makefiles around, so that GNU make and BSD make pick the right makefile by default. This was done in a separate commit, so that it could be stripped/reverted if it violates religeous believes or something.

CMB commented 8 years ago

This seems good to me. I don't have a BSD system to test with right now, so I'm going to take your word that it works on BSD and commit it.

Thank you for the pull request.