XorTroll / emuiibo

Virtual amiibo (amiibo emulation) system for Nintendo Switch
GNU General Public License v2.0
1.14k stars 84 forks source link

issue building overlay from source #233

Closed TheKidThatCodes closed 1 year ago

TheKidThatCodes commented 1 year ago

why does the makefile cause recursion and just create infinite build directories inside of themselves make build does this

why does this makefile have to be infinitely recursive

$(BUILD):
    [ -d $@ ] || mkdir -p $@
    $(MAKE) --no-print-directory -C $(BUILD) -f "had to fix the makefile a little because i had a ' in the path (im using mac) but this would just point back to itself"
    # $(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile

i had to edit a little bacause the oath contained a ' but my edits are not the problem why does it do this

XorTroll commented 1 year ago

Can you try cloning emuiibo and compiling again? Also, you you should just run make