summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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$".