Skip to content

Commit

Permalink
"make clean" should clean up after a rpm build
Browse files Browse the repository at this point in the history
There's a few generated files that we left behind.
  • Loading branch information
Linus Torvalds committed Jul 12, 2005
1 parent f85639c commit ced7c84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ test: all

clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
rm -f git-core-*.tar.gz git-core.spec
$(MAKE) -C Documentation/ clean

backup: clean
Expand Down

0 comments on commit ced7c84

Please sign in to comment.