We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82d8e9 commit b86e638Copy full SHA for b86e638
1 file changed
Makefile
@@ -273,9 +273,6 @@ updateEmail: $(SRCS) $(EXAMPLES_DIR)/messaging/messages/updateEmail.cpp
273
listTargets: $(SRCS) $(EXAMPLES_DIR)/messaging/messages/listTargets.cpp
274
@mkdir -p ./$(TESTS_DIR)
275
$(CXX) $(CXXFLAGS) -o ./$(TESTS_DIR)/listTargets $(SRCS) $(EXAMPLES_DIR)/messaging/messages/listTargets.cpp $(LDFLAGS)
276
-updateEmail: $(SRCS) $(EXAMPLES_DIR)/messaging/messages/updateEmail.cpp
277
- @mkdir -p ./$(TESTS_DIR)
278
- $(CXX) $(CXXFLAGS) -o ./$(TESTS_DIR)/updateEmail $(SRCS) $(EXAMPLES_DIR)/messaging/messages/updateEmail.cpp $(LDFLAGS)
279
280
# Messaging - Topics
281
getTopic: $(SRCS) $(EXAMPLES_DIR)/messaging/topics/getTopic.cpp
0 commit comments