Skip to content

Commit

Permalink
Fix .PHONY in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 28, 2020
1 parent 1cc2e10 commit eacc362
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 @@ -20,7 +20,7 @@ FORCE:

# Enumerate intermediate files to don't remove them automatically.
# The target must exist, no need to execute it.
.PHONY: keep-intermediate-files
.PHONY: _keep-intermediate-files
_keep-intermediate-files: $(addsuffix .md5,$(CYS))\
$(addsuffix .md5,$(CS))\
$(addsuffix .md5,$(PYS))\
Expand Down

0 comments on commit eacc362

Please sign in to comment.