forked from mirrors/treebird
Make it compile
Since people complain when i go to bed with broken commits FossilOrigin-Name: 62d49eb8f326edc4505decdb0fdf85be7e9c52f4fc7301f677e4a3767d7bfb6a
This commit is contained in:
parent
96118307e3
commit
77fd533943
2 changed files with 3 additions and 0 deletions
2
Makefile
2
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
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include "session.h"
|
||||
#include "notifications.h"
|
||||
#include "test.h"
|
||||
#include "search.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue