Girbons / comics-downloader

tool to download comics and manga in pdf/epub/cbr/cbz from a website
MIT License
453 stars 48 forks source link

Improve Makefile to automatically detect arch #103

Closed anjandev closed 2 years ago

anjandev commented 2 years ago

I want to package this program for alpine linux. Currently, I have to make a new apkbuild for each architecture. It would be best if the makefile automatically detected the architecture atleast on linux:

https://stackoverflow.com/questions/36628165/gnu-makefile-detect-architecture

Girbons commented 2 years ago

That would be really nice, feel free to open a PR!