X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=examples%2FMakefile;h=93724686a6f661fb39e243660f5021670a0b20b2;hb=HEAD;hp=ef83502eee566ea55847b58be9cab1032d6eccd9;hpb=3d3f38fd9c635eb6f3692f9ef2edc73868d9b19f;p=wfpl.git diff --git a/examples/Makefile b/examples/Makefile index ef83502..9372468 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,2 +1,2 @@ -tags: *.php code/*.php code/wfpl/*.php - exuberant-ctags --append=yes $? +tags: *.php inc/*.php inc/wfpl/*.php + ctags-exuberant --append=yes $?