diff options
author | Florent Villard <warly@mandriva.com> | 2003-09-21 16:03:42 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-09-21 16:03:42 +0000 |
commit | 8ac03792113985107f4d61cc99ab6365e2684e8b (patch) | |
tree | 4d19572dd2bc7111ad09c4a02677d187e2b1925a /fb/Makefile | |
parent | b625423780ca982e949dad4da29391430b7585ae (diff) | |
download | bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.tar bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.tar.gz bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.tar.bz2 bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.tar.xz bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.zip |
fix make clean in fb/
Diffstat (limited to 'fb/Makefile')
-rw-r--r-- | fb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/Makefile b/fb/Makefile index 52958ed..c7c218b 100644 --- a/fb/Makefile +++ b/fb/Makefile @@ -26,7 +26,7 @@ install: install -m755 fbresolution $(bindir) clean: - rm -f *~ *.o *.bak core + rm -f *~ *.o *.bak core $(PROGS) realclean: clean rm -f $(PROGS) |