logo

Crowdly

Voici un morceau de code d'un makefile : $(OBJ_DIR) /%.o: $(SRC_DIR) /%.cpp...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Voici un morceau de code d'un makefile :

$(OBJ_DIR)/%.o: $(SRC_DIR)/%.cpp

    $(CXX) $< $(OUT) $@

Identifiez la nature des différents éléments de ce code.

More questions like this

Want instant access to all verified answers on cours.iut-orsay.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!