prasmussen / chrome-cli

Control Google Chrome from the command line
MIT License
2.61k stars 89 forks source link

Provide Makefile #54

Open kboshold opened 4 years ago

kboshold commented 4 years ago

To run the program on other systems (like Linux), makefiles should be added. The program should not be built with XCode itself, as this restricts development for Mac only.

Unfortunately, I myself have no idea about objective c and also not about Make. Therefore I cannot do this myself. If this is provided I will gladly take care of the CI/CD and the like.