You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
clean: |
|
rm -rf build |
|
rm -rf ./orgs/index.org ./orgs/categories/index.org ./orgs/tags/index.org |
|
rm -rf `find . -iname "*~"` |
|
|
|
dev-build: |
|
./build.el |
|
|
|
|
|
build: |
|
LXHOME_PROD=t ./build.el |
|
|
|
serve: build |
|
npx http-server -p 3003 ./build
|
|
|