]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - hit/Makefile
- Fixed examples.
[software/bife/bife-all.git] / hit / Makefile
index 16d4cab3dcbd649e97f9a92076417a4d6c7ca4a1..5403ca565ec5c0c6741cf8fc184cb4a07a21d90b 100644 (file)
@@ -27,7 +27,7 @@
 
 MODULE=hit
 
 
 MODULE=hit
 
-PHP_FILES=HTML/Template/HIT.php
+PHP_FILES=$(subst ./,,$(shell find src -name '*.php'))
 EXAMPLE_FILES=$(subst ./,,$(shell find examples -regex '.*\.svn.*'))
 DOC_FILES=
 
 EXAMPLE_FILES=$(subst ./,,$(shell find examples -regex '.*\.svn.*'))
 DOC_FILES=
 
@@ -38,4 +38,4 @@ code: $(MODULE).xmi xmi2code.config
        @xmi2code
 
 code-clean:
        @xmi2code
 
 code-clean:
-       @find -name '*.bak' | xargs rm -vf
+       @find src -name '*.bak' | xargs rm -vf