@@ -45,6 +45,14 @@ else
@$(CC) $(CFLAGS) -c $< -o $@
endif
.PHONY: agent
agent:
$(MAKE) -C agent
.PHONY: clean_agent
clean_agent:
$(MAKE) -C agent clean
clean:
rm -f $(OBJECTS) $(BUILDDIR)/$(EXECUTABLE)
The note is not visible to the blocked user.