deliciousium/Makefile

7 lines
88 B
Makefile
Raw Normal View History

2022-10-09 19:14:56 +01:00
build:
hugo -D
npm run index
clean:
rm -rf public
rm -v $(shell find . -iname "*~")