summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 9dbddd3..621ee68 100644
--- a/makefile
+++ b/makefile
@@ -18,6 +18,7 @@ $(OBJS_DIR)/%.o : $(SOURCE_DIR)/%.cpp
#Files to be compiled
$(OBJS_DIR)/main.o: $(SOURCE_FILES) $(SOURCE_HEADERS)
+$(OBJS_DIR)/ewmh.o: $(SOURCE_DIR)/ewmh.cpp $(SOURCE_DIR)/ewmh.h
clean:
rm $(OBJS_DIR)/*.o