diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-27 21:40:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-27 21:40:35 +0000 |
commit | ab262188b031c842ae09b15b150600287ead45cc (patch) | |
tree | 298ed601fc88cee59b319ff4496c927565de9acb /test/Makefile | |
parent | 8fee51d63a5ca4a119850c9831a7219fe496df6c (diff) |
More random fixes and additions.
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index ebc60523d..6f6d06fd7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -27,6 +27,7 @@ tags: ctags -R clean: subdirs_clean + rm -f *.[oa] *~ core subdirs: $(patsubst %, _dir_%, $(DIRS)) subdirs_clean: $(patsubst %, _dirclean_%, $(DIRS)) |