From 9b3dd314eae68c0c675471d33a090864f8c96175 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 5 Apr 2017 09:29:55 +0200 Subject: [PATCH] Fix Makefile Signed-off-by: Petr "Stone" Hracek --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5b204a..b04c669 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ test: - cd tests; make + cd tests; make all