From 7f1179f01ed200240856e35038da0993f84ec312 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Thu, 21 Aug 2025 14:24:55 +0200 Subject: More robust config parsing --- daemon/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'daemon/Makefile') diff --git a/daemon/Makefile b/daemon/Makefile index 9bda3d2..3230ca2 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -37,10 +37,13 @@ $(BUILD_DIR)/%.cpp.o: %.cpp $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ -.PHONY: clean +.PHONY: clean run clean: rm -r $(BUILD_DIR) +run: $(BUILD_DIR)/$(TARGET_EXEC) + $(BUILD_DIR)/$(TARGET_EXEC) + # Include the .d makefiles. The - at the front suppresses the errors of missing # Makefiles. Initially, all the .d files will be missing, and we don't want those # errors to show up. -- cgit v1.2.3