diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,8 +22,10 @@ SHELL := sh -e SOFTWARE = gnome-shell-extensions-extra VERSION := $(shell cat VERSION.txt) +EXTENSIONS_VERSION := current + extensions-%: - @cd extensions; \ + @cd extensions/$(EXTENSIONS_VERSION); \ for EXTENSION in *.mk; \ do \ echo "################################################################################"; \ |