Fix examples/Makefile; some build targets were lost
diff --git a/examples/Makefile b/examples/Makefile
index b198048..fee2674 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -122,7 +122,7 @@
 
 CPPFLAGS += -I..
 
-all:	.depend $(OBJS) $(LIB) #$(SREC) $(BIN)
+all:	.depend $(OBJS) $(LIB) $(SREC) $(BIN)
 
 #########################################################################
 $(LIB): .depend $(LIBOBJS)