Skip to content

Commit

Permalink
Added readtags binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hiebert committed Dec 18, 2001
1 parent 9878492 commit 0b6347e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cvsignore
Expand Up @@ -8,6 +8,7 @@ config.h
*.od
ctags
dctags
readtags
.deps
errors
tags
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -194,7 +194,7 @@ TAGS: $(CTAGS_EXEC)
./$(CTAGS_EXEC) -e $(srcdir)/*

clean:
rm -f $(OBJECTS) $(READ_LIB) $(CTAGS_EXEC) tags TAGS
rm -f $(OBJECTS) $(READ_LIB) readtags $(CTAGS_EXEC) tags TAGS

mostlyclean: clean

Expand Down

0 comments on commit 0b6347e

Please sign in to comment.