osc-vitap / oschub

A centralized web application for OSC livestreams
https://osc-hub.herokuapp.com
Apache License 2.0
7 stars 4 forks source link

Make dev #79

Closed dat-adi closed 3 years ago

dat-adi commented 3 years ago

Why do we need a Makefile?

While interpreter languages do not necessarily require a Makefile, it is a nice addition to have to be able to be able to set up requirements, dependency updation, and to lint the code.

Utilization of the make utility would allow for a toolkit agnostic initialization procedure.

Unfortunately, there isn't a method to activate a virtualenv without going in a roundabout fashion. As such, that particular idea has been discarded in favor of simplicity.

Changelog

thekodeking commented 3 years ago

MakeFile support

Changes made by @dat-adi Approved by @kode-logger