Website/Makefile

10 lines
100 B
Makefile
Raw Normal View History

2015-12-02 18:21:44 -05:00
all:
node build.js
setup:
brew install node
sudo npm install --global metalsmith
.PHONY: all