Skip to content

Commit

Permalink
fix bug in clean: target of Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bytbox committed Aug 18, 2010
1 parent 8221c46 commit d3ace15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,4 +16,4 @@ format:
gofmt -w ${FILES}

clean:
rm obsidian *.${O}
rm -f obsidian *.${O}

0 comments on commit d3ace15

Please sign in to comment.