diff --git a/Makefile b/Makefile index 8de41cb..5af3dc3 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ $(BIN)/mii_emu : $(LIB)/libmish.a libmish : $(LIB)/libmish.a LDLIBS += $(LIB)/libmish.a $(LIB)/libmish.a : | $(LIB) $(OBJ) $(BIN) - make -j -C libmish O="$(PWD)" CC="$(CC)" V="$(V)" + make -j -C libmish O="../" CC="$(CC)" V="$(V)" # Smartport firmware needs the assembler first test/asm/%.bin : test/asm/%.asm | $(BIN)/mii_asm