JSubelj / g910-gkey-macro-support

GKey support for Logitech G910 Keyboard on Linux
GNU General Public License v3.0
99 stars 29 forks source link

[Feature] Makefile #42

Open braoult opened 4 years ago

braoult commented 4 years ago

I think a Makefile would we useful, easy to read, instead of having different python scripts to write in different places on file system(s).

Describe alternatives you've considered Keep as it is.

Why I think having python scripts writing their own file(s) is wrong Nobody can read/understand the python scripts, and where files are copied. Python scripts do much more than they should (system admin is surely not a python task.

So I think: python is the driver, right. But sysadmin tasks should not be python. All files copy/removal and systemd management should be centralized in a Makefile.