Merge branch 'develop' of github.com:verisign/getdns into develop

This commit is contained in:
Willem Toorop 2014-02-04 15:15:06 +01:00
commit 465fa0986f
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ PROGRAMS=example-all-functions example-simple-answers example-tree example-synch
$(CC) $(CFLAGS) -c $< -o $@
default: all
example: all
all: $(PROGRAMS)