Skip to content

Commit

Permalink
Fix a typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Mar 5, 2019
1 parent c364a9c commit b2ffc13
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 @@ test:

clean:
-rm -f cnb-shim-$(VERSION).tgz
-rm -f bin/releaser
-rm -f bin/release

package: clean build
@tar cvzf cnb-shim-$(VERSION).tgz bin/ README.md LICENSE
Expand Down

0 comments on commit b2ffc13

Please sign in to comment.