citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit f9f68438545ad6c69938ec92331f28a8a72fe056
parent c99726d1c133968802b435ea04a78fcd31e4801f
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 18 Mar 2016 00:46:09 -0600

add all as a dependency of test

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ SUBDIR= instrument lib viewer -test: +test: all prove .include <bsd.subdir.mk>