summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15d2461d6..98807e360 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DIRS = headers error getent malloc-simple misc net regexp stdio2 \
+DIRS = headers error getent malloc-simple misc regexp stdio2 \
string sysdeps termios time #rpc
all: libc.a
@@ -50,6 +50,9 @@ termios: dummy
time: dummy
make -C time
+tags:
+ ctags -R
+
dummy:
clean: