From 9bf7a0707ae47474b5c50c4ea79b765c41b4e2a8 Mon Sep 17 00:00:00 2001 From: Brad Oyler Date: Mon, 12 Sep 2016 16:37:54 -0400 Subject: [PATCH] add missing target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20a5678..abed1c5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Atlas-make - master makefile -TARGETS=na-places us-demographics us-towns us-cities us-counties us-transportation us-congress +TARGETS=na-places us-demographics us-towns us-cities us-states us-counties us-transportation us-congress all: ${TARGETS}