# # # include $(QOS)/quser/Makefile.user.rules all: hello.x clean: - rm -f $(CLEANFILES) hello.x: $(OBJECTS) $(CXX) $(OBJECTS) -o hello.x