Website/Makefile
2015-12-02 18:21:44 -05:00

10 lines
100 B
Makefile

all:
node build.js
setup:
brew install node
sudo npm install --global metalsmith
.PHONY: all