From 4f9371a4aba295d89a92c5ae9ca2606739b52716 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Wed, 4 Apr 2007 07:56:47 +0000 Subject: Makefiles + as discussed, added etags capability to main Makefile invoke it by 'make etags' from the root distrib git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5756 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 953e0eda5..c3ef35e05 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,8 @@ portable-dist: native-dist: epm -v -f native fltk +etags: + etags FL/*.H FL/*.h src/*.cxx src/*.c src/*.h fluid/*.h fluid/*.cxx test/*.h test/*.cxx # # End of "$Id$". -- cgit v1.2.3