diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 91b97a4..936ddfb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,7 +8,7 @@ templates := $(shell find src/templates -name '*.tmpl') exttmpl := $(wildcard cmd/exttmpl/*.go) -ENABLED_LANGUAGES := $(shell ./enabled-languages) +ENABLED_LANGUAGES := $(shell ./aux/enabled-languages) all: euro-cash.eu exttmpl |