Make SUBDIRS parameter modifiable in makefile
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user