Skip to content

Commit a2be9b4

Browse files
committed
Fix styles include again.
1 parent 281d3b0 commit a2be9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build/js/main.js: $(shell find src) node_modules shadow-cljs.edn src/default-app
5656
npx shadow-cljs release app $(DEBUGFLAG)
5757

5858
build/style.css: public/*.css
59-
cat $< > $@
59+
cat public/codemirror.css public/erlang-dark.css public/dialog.css public/style.css > $@
6060

6161
build/%: public/%
6262
@mkdir -p `dirname $@`
@@ -105,4 +105,4 @@ repl:
105105

106106
clean:
107107
rm -rf build/*
108-
lein clean
108+

0 commit comments

Comments
 (0)