Add 'music' program to examples/Makefile
This commit is contained in:
parent
f21eed2235
commit
202c67d5eb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ INCLUDE_PATH = ../include
|
|||
CFLAGS += -I$(INCLUDE_PATH)
|
||||
LDFLAGS = -L../src -lskipstone
|
||||
|
||||
EXAMPLES = read
|
||||
EXAMPLES = read music
|
||||
|
||||
RM = /bin/rm
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue