deliciousium/Makefile

7 lines
88 B
Makefile

build:
hugo -D
npm run index
clean:
rm -rf public
rm -v $(shell find . -iname "*~")