]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - menu/Makefile
Updated documentation.
[software/bife/bife-all.git] / menu / Makefile
index 81a61545425520cf63cdb2523fa6c5b87149526d..367b0ac4894b5ae056362797b8aa89c5cdc6b497 100644 (file)
@@ -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