Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
groovytron committed Apr 26, 2019
1 parent 049eadc commit 14fca13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ build:
test:
./test.sh

PHONY:clean
.PHONY:clean
clean:
docker images | grep $(BUILD_NAME) | tr -s ' ' | cut -d ' ' -f2 | xargs -I {} echo $(BUILD_NAME):{}

0 comments on commit 14fca13

Please sign in to comment.