Skip to content

Commit

Permalink
add us-energy project
Browse files Browse the repository at this point in the history
  • Loading branch information
bradoyler committed Dec 21, 2016
1 parent 173adce commit 7937952
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Atlas-make - master makefile

TARGETS=na-places us-demographics us-towns us-cities us-states us-counties us-transportation us-congress us-congress-census world-countries
TARGETS=na-places us-demographics us-energy us-towns us-cities us-states us-counties us-transportation us-congress us-congress-census world-countries

all: ${TARGETS}

Expand All @@ -24,6 +24,9 @@ us-cities:
us-demographics:
cd $@ && make all

us-energy:
cd $@ && make all

us-demographics/csv:
cd $(dir $@) && make all-csv

Expand Down Expand Up @@ -58,3 +61,4 @@ clean-all:
cd us-congress && make clean-all
cd us-congress-census && make clean-all
cd world-countries && make clean-all
cd us-energy && make clean-all
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ this may take about 15mins, so try `$ make us-states` first

[`$ make us-transportation`](us-transportation)

[`$ make us-energy`](us-energy)

[`$ make us-congress`](us-congress)


Expand Down

0 comments on commit 7937952

Please sign in to comment.