adding udp-dumper.c bis

This commit is contained in:
tonton Th
2020-04-14 13:07:57 +02:00
parent 1b26e5b328
commit 2ce7b5dd14
3 changed files with 140 additions and 0 deletions

8
tools/Makefile Normal file
View File

@@ -0,0 +1,8 @@
#
# Various OSC tools
#
# https://git.tetalab.org/tTh/gadgets-OSC
udp-dumper: udp-dumper.c Makefile
gcc -Wall $< -o $@