diff --git a/Makefile b/Makefile index e905080..0050955 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,8 @@ $(PAGES_DIR)/in_reply_to.chtml: $(PAGES_DIR)/in_reply_to.html ./filec $< data_in_reply_to_html > $@ $(PAGES_DIR)/account_info.chtml: $(PAGES_DIR)/account_info.html ./filec $< data_account_info_html > $@ +$(PAGES_DIR)/search.chtml: $(PAGES_DIR)/search.html + ./filec $< data_search_html > $@ $(MASTODONT_DIR): git clone $(MASTODONT_URL) || true diff --git a/src/main.c b/src/main.c index db73c05..20ebef7 100644 --- a/src/main.c +++ b/src/main.c @@ -35,6 +35,7 @@ #include "session.h" #include "notifications.h" #include "test.h" +#include "search.h" int main(void) {