gluon/package/gluon-announced/src/Makefile
Nils Schneider 09e1de7dde gluon-announced: send nodeinformation on request
This is a simple daemon that will respond to multicast UDP packets
containing the keyword "nodeinfo" with all the information we
currently distribute using alfred.

The daemon will listen on all mesh interface, that is the hard
interfaces batman-adv uses.
2014-07-14 16:50:26 +02:00

7 lines
85 B
Makefile

all: gluon-announced
gluon-announced: gluon-announced.c
clean:
rm gluon-announced