From: Jason Woofenden Date: Mon, 24 Sep 2007 04:32:54 +0000 (-0400) Subject: added Makefile to examples (for tags generation) X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=3d3f38fd9c635eb6f3692f9ef2edc73868d9b19f added Makefile to examples (for tags generation) --- diff --git a/examples/Makefile b/examples/Makefile new file mode 100644 index 0000000..ef83502 --- /dev/null +++ b/examples/Makefile @@ -0,0 +1,2 @@ +tags: *.php code/*.php code/wfpl/*.php + exuberant-ctags --append=yes $?