Skip to content

Commit

Permalink
have 'make clean' get rid of generated code files again
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrank authored and purpleidea committed Sep 27, 2016
1 parent ccc00f9 commit e0107b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ endif

clean:
[ ! -e $(PROGRAM) ] || rm $(PROGRAM)
#rm -f *_stringer.go # generated by `go generate`
rm -f *_stringer.go # generated by `go generate`
rm -f *_mock.go # generated by `go generate`

test:
./test.sh
Expand Down

0 comments on commit e0107b1

Please sign in to comment.