Clean generated version files

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@774 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2010-05-22 13:34:10 +00:00
parent a6f4eb0956
commit aa9dde5d19

View File

@@ -62,6 +62,7 @@ info:
clean:
@printf "Cleaning up for $(ARCH)..."
@rm -rf forth.dict.core forthstrap *.dict openbios-*
@rm -f $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs
@find . -type f \( -name "*~" -o -name '*.o' -o -name '*.a' \) -exec rm \{\} \;
@echo " ok"