Simplify hooks pattern in Makefile.
This commit is contained in:
parent
f2c1f07ee4
commit
708c454776
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ SHELL := sh -e
|
||||||
|
|
||||||
LANGUAGES = $(shell cd manpages/po && ls)
|
LANGUAGES = $(shell cd manpages/po && ls)
|
||||||
|
|
||||||
SCRIPTS = frontend/* functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/normal/* share/hooks/live/*
|
SCRIPTS = frontend/* functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/*/*
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue