gadgets-OSC/tools/Makefile

10 lines
133 B
Makefile
Raw Normal View History

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