diff options
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/Makefile b/examples/Makefile index 1146600..72e4c3d 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,7 @@ LIBNAME		= xas  CFLAGS		+= -I$(INCLUDE_PATH)  LDFLAGS		+= -L../src -l$(LIBNAME) -lm -EXAMPLES	= test open say spatial seq pod +EXAMPLES	= test open say spatial seq pod beep  all: $(EXAMPLES) | 
 
    