summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2023-10-29 18:34:27 +1300
committerBossCode45 <human.cyborg42@gmail.com>2023-11-12 15:03:34 +1300
commitf998705c5a0e50021875a811537962083b73ed26 (patch)
tree113406756207737ca3cee23809d1b020ee001cab /makefile
parent5dacf6d6d24eab71994e02b6b3c4fc6f6e309958 (diff)
downloadYATwm-f998705c5a0e50021875a811537962083b73ed26.tar.gz
YATwm-f998705c5a0e50021875a811537962083b73ed26.zip
feat: Pretty much done IPC
Still need to add a program that uses the IPC, this potentially requires restructuring the files
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index df4304a..68e0560 100644
--- a/makefile
+++ b/makefile
@@ -33,8 +33,9 @@ $(OBJS_DIR)/main.o: $(SOURCE_FILES) $(SOURCE_HEADERS)
$(OBJS_DIR)/ewmh.o: $(SOURCE_DIR)/ewmh.cpp $(SOURCE_DIR)/ewmh.h
$(OBJS_DIR)/util.o: $(SOURCE_DIR)/util.cpp $(SOURCE_DIR)/util.h
$(OBJS_DIR)/commands.o: $(SOURCE_DIR)/commands.cpp $(SOURCE_DIR)/commands.h
-$(OBJS_DIR)/config.o: $(SOURCE_DIR)/config.cpp $(SOURCE_DIR)/config.h
+$(OBJS_DIR)/config.o: $(SOURCE_DIR)/config.cpp $(SOURCE_DIR)/config.h $(SOURCE_DIR)/commands.h
$(OBJS_DIR)/keybinds.o: $(SOURCE_DIR)/keybinds.cpp $(SOURCE_DIR)/keybinds.h $(SOURCE_DIR)/commands.h
+$(OBJS_DIR)/ipc.o: $(SOURCE_DIR)/ipc.cpp $(SOURCE_DIR)/ipc.h $(SOURCE_DIR)/commands.h $(SOURCE_DIR)/ewmh.h
clean:
rm $(OBJS_DIR)/*.o