mirror of https://github.com/getdnsapi/getdns.git
make make example work.
This commit is contained in:
parent
0b070309c3
commit
74e140d461
|
@ -27,6 +27,7 @@ PROGRAMS=example-all-functions example-simple-answers example-tree example-synch
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
default: all
|
default: all
|
||||||
|
example: all
|
||||||
|
|
||||||
all: $(PROGRAMS)
|
all: $(PROGRAMS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue