diff options
Diffstat (limited to 'oracle/makefile')
-rw-r--r-- | oracle/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oracle/makefile b/oracle/makefile index 7b7453b..8073a94 100644 --- a/oracle/makefile +++ b/oracle/makefile @@ -6,7 +6,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ -native +native \ +types default := $(out_base)/ dist := $(out_base)/.dist |