@ -6,8 +6,7 @@ OBJ=src/MaxValue.o
$(AS) -o $@ $<
maxvalue: $(OBJ)
mkdir bin/
$(LINKER) -o $@ $^
$(LINKER) -o bin/$@ $^
.PHONY: clean
The note is not visible to the blocked user.