1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-29 00:28:55 +03:00

b2/Makefile: remove y.output on "make clean"

This commit is contained in:
Werner Almesberger 2012-04-19 20:08:25 -03:00
parent 9d5c6989e2
commit c274c1d07b

View File

@ -75,4 +75,4 @@ y.tab.o: y.tab.c
clean:
rm -f $(OBJS) $(OBJS:.o=.d)
rm -f lex.yy.c y.tab.c y.tab.h
rm -f lex.yy.c y.tab.c y.tab.h y.output