new lightwalletd deb build script

This commit is contained in:
jahway603
2021-10-24 01:39:15 -04:00
parent 8fefcab08c
commit 749f2ee743
12 changed files with 424 additions and 2 deletions

View File

@@ -15,6 +15,15 @@ build:
# Build binary
./util/build.sh
# Stop the hushd process in the hushdlwd container
#docker_img_stop_hushd:
# docker exec -i hushdlwd hush-cli stop
# Remove and delete ALL images and containers in Docker; assumes containers are stopped
#docker_remove_all:
# docker system prune -f
clean:
@echo "clean project..."
@echo "Cleaning project $(PROJECT_NAME) files..."
rm -f $(PROJECT_NAME)
rm -rf /tmp/$(PROJECT_NAME)-*