mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
Fixed Makefile
Removed line was triggering an error
This commit is contained in:
2
Makefile
2
Makefile
@@ -39,7 +39,7 @@ example:
|
||||
# builds another set of binaries that are as small as possible, but may not work
|
||||
build:
|
||||
sh -c "if ! docker image ls | grep '$(BUILD_IMAGE)'; then echo 'building build image'; docker build -f $(BUILD_DOCKERFILE) -t $(BUILD_IMAGE) .; fi"
|
||||
docker run -it \
|
||||
|
||||
mkdir -p $(PROJECT_DIR)/bin
|
||||
docker run -it \
|
||||
--rm \
|
||||
|
||||
Reference in New Issue
Block a user