diff --git a/Makefile b/Makefile index 7596e2b..7864c43 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ bin/TEST_$(NAME): $(TOBJ) $(filter-out main.o,$(OBJ)) obj/res/%.o: res/% $(info [LD] $@) + @mkdir -p $(@D) @$(LD) -r -b binary -o $@ $< obj/%.o: %.c