Make SUBDIRS parameter modifiable in makefile
This commit is contained in:
parent
4b2ef5befa
commit
22528c090b
@ -1,5 +1,5 @@
|
|||||||
THEME_SRC=Kali-Purple/
|
THEME_SRC=Kali-Purple/
|
||||||
SUBDIRS=$(foreach SUBDIR,gtk2 gtk3 xfwm4,assets-renderer/$(SUBDIR)) sass
|
SUBDIRS?=$(foreach SUBDIR,gtk2 gtk3 xfwm4,assets-renderer/$(SUBDIR)) sass
|
||||||
|
|
||||||
.PHONY: build $(SUBDIRS) clean
|
.PHONY: build $(SUBDIRS) clean
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user