diff options
Diffstat (limited to 'tools/development/Makefile')
-rw-r--r-- | tools/development/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/development/Makefile b/tools/development/Makefile index fc5cf39..90a162e 100644 --- a/tools/development/Makefile +++ b/tools/development/Makefile @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021 NOKIA +# Copyright (C) 2021-2022 Nokia. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,6 +25,12 @@ setup-local: run-pm-mapper: @./run-pm-mapper.sh +run-data-file: + @./run-datafile.sh + +remove-datafile: + @docker rm -f datafile-dev + config-dmaap: @./config-dmaap.sh |