We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281d3b0 commit a2be9b4Copy full SHA for a2be9b4
Makefile
@@ -56,7 +56,7 @@ build/js/main.js: $(shell find src) node_modules shadow-cljs.edn src/default-app
56
npx shadow-cljs release app $(DEBUGFLAG)
57
58
build/style.css: public/*.css
59
- cat $< > $@
+ cat public/codemirror.css public/erlang-dark.css public/dialog.css public/style.css > $@
60
61
build/%: public/%
62
@mkdir -p `dirname $@`
@@ -105,4 +105,4 @@ repl:
105
106
clean:
107
rm -rf build/*
108
- lein clean
+
0 commit comments