]> git.meshlink.io Git - utcp/blobdiff - Makefile
Add a tool to generate a stream with a configurable bitrate.
[utcp] / Makefile
index 6cb1bc9ab5e8bd1716d5e2932e49666ac0c881e8..134ca516bf34d3605fa00cc5c1bb9dd67bc2f388 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,8 @@ utcp.o: utcp.c utcp.h utcp_priv.h
 
 test: utcp.o test.c
 
+stream: stream.c
+
 selftest: utcp.o selftest.c
 
 clean: