X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/30351babf7970dc19b405ab14cb36f0fc45962de..0bc38f0abdc18d6b4fffaa0c65d2a8f34a298969:/menu/Makefile diff --git a/menu/Makefile b/menu/Makefile index 81a6154..367b0ac 100644 --- a/menu/Makefile +++ b/menu/Makefile @@ -27,7 +27,7 @@ MODULE=menu -PHP_FILES=$(subst ./,,$(shell find BIFE -name '*.php')) +PHP_FILES=$(subst ./,,$(shell find src -name '*.php')) EXAMPLE_FILES=$(subst ./,,$(shell find examples -regex '.*\.svn.*')) DOC_FILES= @@ -38,4 +38,4 @@ code: $(MODULE).xmi xmi2code.config @xmi2code code-clean: - @find -name '*.bak' | xargs rm -vf + @find src -name '*.bak' | xargs rm -vf