Closed makortel closed 2 years ago
This pattern is already followed everywhere else in the Makefile. I encountered this while overriding the OBJ_DIR from command line and wondering why make clean didn't remove the pointed-to directory.
OBJ_DIR
make clean
@fwyzard Do you want to take a look?
Looks OK to me.
This pattern is already followed everywhere else in the Makefile. I encountered this while overriding the
OBJ_DIR
from command line and wondering whymake clean
didn't remove the pointed-to directory.