Skip to content

Commit ced7c84

Browse files
author
Linus Torvalds
committed
"make clean" should clean up after a rpm build
There's a few generated files that we left behind.
1 parent f85639c commit ced7c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ test: all
192192

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

197198
backup: clean

0 commit comments

Comments
 (0)