From 01013c6be8f9e8cb2df0e41efdc39d4ecdf808f9 Mon Sep 17 00:00:00 2001 From: Neel Goyal Date: Fri, 24 Jan 2014 11:21:49 -0500 Subject: [PATCH] Tweak makefile to only build libgetdns on all --- src/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile.in b/src/Makefile.in index e8e39616..3bd2c639 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -46,7 +46,11 @@ GETDNS_OBJ=sync.lo context.lo list.lo dict.lo convert.lo general.lo \ default: all all: libgetdns.la + +test: cd test && $(MAKE) $@ + +example: cd example && $(MAKE) $@ install: libgetdns.la