diff options
author | June McEnroe <june@causal.agency> | 2018-10-17 15:44:45 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-17 15:44:45 -0400 |
commit | 7b07bd83b87fff0772724d4a3bde76be2bf98845 (patch) | |
tree | 8036b6afb50ec6465f0863726cbe496f51db655e /bin | |
parent | Remove klon (diff) | |
download | src-7b07bd83b87fff0772724d4a3bde76be2bf98845.tar.gz src-7b07bd83b87fff0772724d4a3bde76be2bf98845.zip |
Fix tags target
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 |