From 202c67d5eb1ba06762e081d250fb7969fa132aaa Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 21 Nov 2017 23:51:08 +0000 Subject: [PATCH] Add 'music' program to examples/Makefile --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index a4d2f4d..2e3887b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -7,7 +7,7 @@ INCLUDE_PATH = ../include CFLAGS += -I$(INCLUDE_PATH) LDFLAGS = -L../src -lskipstone -EXAMPLES = read +EXAMPLES = read music RM = /bin/rm