diff options
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)) |