Backgrounds: Automate the configuration of the default backgrounds

This commit is contained in:
Daniel Ruiz de Alegría
2020-10-27 17:21:01 +01:00
parent 15462922e7
commit 69e9bc929d
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,7 +1,10 @@
SUBDIRS=emblems kali-logos
BACKGROUND=kali-geometric
LOGIN_BACKGROUND=kali-light-strips
build:
bin/update-kali-16x9
bin/update-default-backgrounds $(BACKGROUND) $(LOGIN_BACKGROUND)
$(foreach SUBDIR,$(SUBDIRS),$(MAKE) -C $(SUBDIR) build &&) true
clean: