diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-11 18:56:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-11 18:56:17 +0000 |
commit | 26f2af4c238043c12e3a1317aabdc609a67367b8 (patch) | |
tree | 5a5ade4f61cbe7ea8195f040efe3775b5e357898 /test/Makefile | |
parent | 1a4af4684c659a37625785fab9422de206c7991c (diff) |
- remove the error counter
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile index 5b240f49b..f38427e41 100644 --- a/test/Makefile +++ b/test/Makefile @@ -42,16 +42,14 @@ DIRS := $(filter-out math,$(DIRS)) test check all: run -run: compile subdirs_run +run: subdirs_run -compile:subdirs_compile - @echo 0 > $(COUNTER) +compile: subdirs_compile tags: ctags -R clean: subdirs_clean - @rm -f $(COUNTER) subdirs: $(patsubst %, _dir_%, $(DIRS)) subdirs_compile: $(patsubst %, _dircompile_%, $(DIRS)) |