X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/3e2eb5e41c2a7fae1a552153e7665786d379b82b..78a4e568bfc178ddc4f685c6d76c44aad1a158ff:/album/Makefile 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