diff --git a/CMakeLists.txt b/CMakeLists.txt
index 91a29c15b60c0fed11ae70f7e8d99a74923b1384..fd24c52183c56c8d603a518bf945fb1234394f3a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -84,9 +84,9 @@ check_function_exists(memrchr HAVE_MEMRCHR)
 check_library_exists("" __libc_stack_end "" HAVE_LIBC_STACK_END)
 
 #
-# Enable 'make TAGS' target.
+# Enable 'make tags' target.
 #
-add_custom_target(TAGS COMMAND ctags -R --langmap=ObjectiveC:.m -e -f TAGS
+add_custom_target(tags COMMAND ctags -R -f tags
     WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
 
 #