gadgets-OSC/tools/Makefile

10 lines
133 B
Makefile
Raw Normal View History

2020-04-14 13:07:57 +02:00
#
2020-11-04 09:46:21 +01:00
# Various OSC (and UDP) tools
2020-04-14 13:07:57 +02:00
#
# https://git.tetalab.org/tTh/gadgets-OSC
udp-dumper: udp-dumper.c Makefile
gcc -Wall $< -o $@
2020-11-04 09:46:21 +01:00