diff options
author | Camil Staps | 2016-08-01 13:54:05 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-01 13:54:05 +0200 |
commit | a130ecf0aa4216379da0b87e9924688e013b7251 (patch) | |
tree | fe72944b02ba35966a3d460ec73931d22e82a078 | |
parent | Removed BusinessAdmin::get* methods, added Model::search and (diff) |
Makefile dependencies
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -docs: - phpdoc -d classes/ --ignore FPDF.php --ignore Parsedown.php --ignore font/* -t docs +docs: $(wildcard classes/*) + phpdoc -d classes/ --ignore FPDF.php --ignore Parsedown.php --ignore font/* -t $@ |