lxhome/Makefile

15 lines
231 B
Makefile
Raw Permalink Normal View History

2021-02-09 22:07:27 +00:00
clean:
rm -rf build
rm -rf ./orgs/index.org ./orgs/categories/index.org ./orgs/tags/index.org
2021-02-09 22:07:27 +00:00
rm -rf `find . -iname "*~"`
dev-build:
./build.el
build:
LXHOME_PROD=t ./build.el
serve: build
npx http-server -p 3003 ./build