deosjr / whistle

6 stars 2 forks source link

cmd: separate main executable into separate dir #1

Closed deadprogram closed 1 year ago

deadprogram commented 1 year ago

This PR moves the main executable into a separate subdirectory for better separation of concerns and modularity.

It also adds a make task to build it, and excludes the build directory from being added to the git repo.