From f7ca0146ba7fed288c34040db0c2eae1683cf461 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Wed, 21 Dec 2022 17:25:20 +1300 Subject: Config file working - more tests and potentially features before merge with main though --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index f77b48b..2788185 100644 --- a/makefile +++ b/makefile @@ -28,7 +28,8 @@ remove: r #Files to be compiled $(OBJS_DIR)/main.o: $(SOURCE_FILES) $(SOURCE_HEADERS) $(OBJS_DIR)/ewmh.o: $(SOURCE_DIR)/ewmh.cpp $(SOURCE_DIR)/ewmh.h -$(OBJS_DIR)/config.o: $(SOURCE_DIR)/config.cpp $(SOURCE_DIR)/config.h +$(OBJS_DIR)/util.o: $(SOURCE_DIR)/util.cpp $(SOURCE_DIR)/util.h +$(OBJS_DIR)/config.o: $(SOURCE_DIR)/config.cpp $(SOURCE_DIR)/config.h $(OBJS_DIR)/util.o clean: rm $(OBJS_DIR)/*.o -- cgit v1.2.3