mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-12-01 22:02:37 -05:00
Update mobile
This commit is contained in:
17
Makefile
Normal file
17
Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
.DEFAULT_GOAL := build
|
||||
|
||||
build: ## Check style with black
|
||||
build.templates
|
||||
lein uberjar
|
||||
make rm.statics
|
||||
|
||||
build.templates:
|
||||
make rm.statics
|
||||
zip -r resources/themes/dark/static.zip resources/themes/dark/static/
|
||||
zip -r resources/themes/sepia/static.zip resources/themes/sepia/static/
|
||||
zip -r resources/themes/light/static.zip resources/themes/light/static/
|
||||
|
||||
rm.statics:
|
||||
rm -rf resources/themes/dark/static.zip
|
||||
rm -rf resources/themes/sepia/static.zip
|
||||
rm -rf resources/themes/light/static.zip
|
||||
Reference in New Issue
Block a user