Example - make
6
make
make [-f makefile|Makefile]
make clean
make foo=bar target
makeARGS="asdf" run
recall how we install tmux :
wget http://downloads.sourceforge.net/tmux/tmux-1.9a.tar.gz
tar -xvzf tmux-1.9a.tar.gz
cd tmux-1.9a
./configure
make
make install
7.
Scenario
7
Download azip archive from the Census Bureau.
Extract the shapefile from the archive.
Convert the shapefile toTopoJSON.