I am trying to use wildcard function in make file, here is the code

ALL_OBJECTS=$(wildcard $(ALL_OBJECTS_DIR)/*.o)

After this, the content of ALL_OBJECTS is empty. 

Anyone out there knows the reason?


Reply via email to