From 0d98b9bfa1ca2c0c6848b6980e9e5fb97669577e Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sun, 4 Nov 2012 21:11:31 +0000 Subject: [PATCH] Adding dependency geotag/metacopy/path-test to default make. --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index e69a7b4c..fb22e33a 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -101,7 +101,7 @@ endif # ****************************************************************************** # Rules -samples: $(BINARY) +samples: $(BINARY) geotag metacopy path-test $(BINOBJ): %.o: %.cpp $(COMPILE.cc) -I../src -o $@ $<