12 lines
241 B
Makefile
Raw Normal View History

2023-07-09 07:47:52 +10:00
build:
dotnet fable --lang javascript --noCache
esbuild ./Program.fs.js --bundle --external:obsidian --outfile=./out/main.js --format=cjs
cp -a ./meta/. ./out/
clean:
rm -rf ./fable_modules/ ./bin/ ./obj/ ./out/ *.fs.js