-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -26,3 +26,3 @@ endif -.PHONY: all git install clean distclean emptycache force-version get-git +.PHONY: all git test install clean distclean emptycache force-version get-git @@ -56,2 +56,5 @@ git: +test: all + $(MAKE) -C tests + install: all |