XorTroll / emuiibo

Virtual amiibo (amiibo emulation) system for Nintendo Switch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue building overlay from source

TheKidThatCodes opened this issue · comments

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

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