Huntereb / Awoo-Installer

A No-Bullshit NSP, NSZ, XCI, and XCZ Installer for Nintendo Switch
GNU General Public License v3.0
1.55k stars 133 forks source link

How come the make keep rebuilding every files? #59

Closed Polytoo closed 4 years ago

Polytoo commented 4 years ago

I don't change anything in the Awoo-Installer dir after a complete success build, but when I type 'make' command again, it rebuild everything ...

HookedBehemoth commented 4 years ago

Comment out the line in the make file where it builds plutonium. There is a line above that telling you about that.

HookedBehemoth commented 4 years ago

Because plutonium's library gets touched by that and your compiler considers all the awoo UI code as invalidated so it will rebuild all that.

Polytoo commented 4 years ago

OK, I found it. Now, it become fast~

Thank you~ @HookedBehemoth

HookedBehemoth commented 4 years ago

Great :+1: