summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3df03f7..6997b19 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,6 @@ clean:
@$(MAKE) -C $(TESTDIR) $@ > $(VOID)
@$(MAKE) -C $(LZ4DIR) $@ > $(VOID)
@$(MAKE) -C examples $@ > $(VOID)
- @$(MAKE) -C versionsTest $@ > $(VOID)
@$(RM) lz4$(EXT)
@echo Cleaning completed
@@ -113,7 +112,7 @@ armtest: clean
CFLAGS="-O3 -Werror" $(MAKE) -C $(TESTDIR) bins CC=arm-linux-gnueabi-gcc
versionsTest: clean
- $(MAKE) -C versionsTest
+ $(MAKE) -C $(TESTDIR) $@
examples:
$(MAKE) -C $(LZ4DIR)