remove themes/Makefile (obsolete, replaced with gulp)

This commit is contained in:
Andrew Dolgov 2021-11-15 08:27:49 +03:00
parent aa924d9ee7
commit 26f47c0694
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
.PHONY: clean
ALL: compact.css compact_night.css light.css night_blue.css night.css
%.css: %.less light/*.less
lessc --source-map=$(patsubst %.less,%.css.map,${<}) ${<} ${@}
clean:
rm -f *.css *.css.map