Skip to content

Commit

Permalink
build: fix release script clean target
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <[email protected]>
  • Loading branch information
fabbione committed Jun 3, 2011
1 parent 305482a commit fbc0d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ else
endif

clean:
rm -rf $(project)*.tar.* tag-*
rm -rf $(project)*.tar.* $(project)*.sha* tag-*

0 comments on commit fbc0d91

Please sign in to comment.