Skip to content

Commit

Permalink
modify make clean to double colon (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox authored and huyhg committed Jul 9, 2018
1 parent 72b02ce commit c95bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MARKETPLACE_TOOLS_PATH ?= $(patsubst %/,%,$(dir $(realpath $(lastword $(MAKEFILE


.PHONY: clean
clean:
clean::
rm -Rf .build


Expand Down

0 comments on commit c95bca7

Please sign in to comment.