diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-12 10:12:52 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-12 10:12:52 -0700 |
commit | ced7c8482124ba66cfa8e5b9a3f62bf663cb1826 (patch) | |
tree | 2224fccd131101744ae64dfd3ff8cce4e73ab101 /Makefile | |
parent | Rename the RPM from "git" to "git-core" (diff) | |
download | tgif-ced7c8482124ba66cfa8e5b9a3f62bf663cb1826.tar.xz |
"make clean" should clean up after a rpm build
There's a few generated files that we left behind.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |