]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - album/Makefile
Moved other modules to new src structure.
[software/bife/bife-all.git] / album / Makefile
index 6234a59d256b11621b03a55d710194db071d6cdc..a10b6b87052f0728aeebd9c56cdcd4c7c897fbe2 100644 (file)
@@ -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