lxhome/Makefile

14 lines
156 B
Makefile
Raw Normal View History

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