[go: up one dir, main page]

File: Makefile

package info (click to toggle)
ibwebadmin 0.98-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,892 kB
  • ctags: 1,965
  • sloc: php: 12,454; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
tags:
	find 	. -name '*.php' -print | \
	etags 	--language=none \
		--regex='/[ \t]*\(function\|class\)[ \t]+[^ \t(]+/' \
	 	--regex='/[ \t]*define[ \t]*("[a-zA-Z0-9_]+"/' -

clean:
	find	. -name '*~' -print | xargs rm -f