HalosGhost / shaman

A small, native C library and utility to fetch weather
GNU General Public License v2.0
49 stars 4 forks source link

Fallback for those who have no tup installed #26

Closed arsv closed 10 years ago

arsv commented 10 years ago

This is just a suggestion. I had to install tup specifically to build shaman. I guess a lot of people would do the same, tup isn't exactly a common tool.

HalosGhost commented 10 years ago

Actually, I used to have a makefile, but I'm really not interested in maintaining that. tup makes my life so much simpler, and it's really not a large make dependency. I will leave this open for a while longer and take your suggestion into consideration, but I'm not sure I'm interested in going back.

HalosGhost commented 10 years ago

With more time to think about this, I will definitely not accept this commit in its current form. With the makefile you posted, I fail to even see how it would help at all (there are no rules to make any targets, so users would still need to manually compile).

Additionally, I am really not interested in support makefiles at all.