summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-12-21 17:25:20 +1300
committerBossCode45 <human.cyborg42@gmail.com>2022-12-21 17:25:20 +1300
commitf7ca0146ba7fed288c34040db0c2eae1683cf461 (patch)
tree76c7bc201dd12d1ae44deaded822d6cb0f78b91c /makefile
parentb116028a645d7db75d93c359462112ac4ad8d5ad (diff)
downloadYATwm-f7ca0146ba7fed288c34040db0c2eae1683cf461.tar.gz
YATwm-f7ca0146ba7fed288c34040db0c2eae1683cf461.zip
Config file working - more tests and potentially features before merge with main though
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
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