¡@

Home 

c++ Programming Glossary: project_dirs

Building multiple executables with similar rules

http://stackoverflow.com/questions/7123431/building-multiple-executables-with-similar-rules

Let's build one project even_or_odd make make C .. project_dirs even_or_odd all make 1 Entering directory ` home max src all_lessons'.. all_lessons cd helloworld helloworld make clean make C .. project_dirs helloworld clean make 1 Entering directory ` home max src all_lessons'.. any target by forwarding to the main makefile MAKE C .. project_dirs notdir CURDIR @ .PHONY forward_ all_lessons cat Makefile # one..