diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile index 10ab1156..d68d1cc5 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -40,8 +40,8 @@ linux: any $(BINS_LINUX) | tr ' ' '\n' \ > .gitignore -tags: *.h *.c - ctags -w *.h *.c +tags: *.c + ctags -w *.c atch: dtch ln -f dtch atch |