X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/30351babf7970dc19b405ab14cb36f0fc45962de..refs/heads/master:/album/Makefile?ds=sidebyside diff --git a/album/Makefile b/album/Makefile index 6234a59..a10b6b8 100644 --- a/album/Makefile +++ b/album/Makefile @@ -27,7 +27,7 @@ MODULE=album -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