Created
September 9, 2021 07:11
-
-
Save carlessanagustin/d887e3d77921042c6cab7491e9454da8 to your computer and use it in GitHub Desktop.
Makefile example lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
truststore_pass ?= password | |
java_path ?= /usr/bin/java | |
NODEINFO = $(shell basename additional-node-infos/*) | |
etc_hosts: | |
sed -i 's/.*127.0.0.1.*/127.0.0.1 localhost idman-host netmap-host notary-node/' /etc/hosts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment