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