openndr / ndr-build-env

NDR Build Environment Component
https://openndr.org
Other
0 stars 2 forks source link

Use $(NAME) as the default build identifier. #64

Closed Revimal closed 5 years ago

Revimal commented 5 years ago

To make comfort multi-target builds for same files, we must use the default build identifier. As-is: We must define $(OBJ), $(SHOBJ), $(LIB), etc... to run each build targets. To-be: We can use only $(NAME) symbol to build targets that generate results named as same.