diff options
Diffstat (limited to 'tracer/makefile')
-rw-r--r-- | tracer/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tracer/makefile b/tracer/makefile index 41368ea..03b8747 100644 --- a/tracer/makefile +++ b/tracer/makefile @@ -7,7 +7,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ object \ -transaction +transaction \ +types default := $(out_base)/ test := $(out_base)/.test |