From 1450809b32bbf4c15bd084c6b3b003698fb7e107 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Wed, 2 Nov 2016 09:56:37 +0100 Subject: Add generating nodes from the available nodes.tox.chat API. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d39e26c..5025acd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include config.mk TOXSRC = $(shell find toxcore/toxcore toxcore/toxav toxcore/toxencryptsave -name '*.c') -HDR = arg.h config.h readpassphrase.h util.h +HDR = arg.h config.h nodes.h readpassphrase.h util.h LIB = \ eprintf.o \ readpassphrase.o \ @@ -32,6 +32,10 @@ config.h: @echo creating $@ from config.def.h @cp config.def.h $@ +nodes.h: + @echo creating $@ with nodegen + @./nodegen >$@ + .o: @echo LD $@ @$(LD) -o $@ $< util.a $(LDFLAGS) -- cgit v1.2.3