1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-29 02:20:44 +03:00

b2/Makefile: add "spotless" target

This commit is contained in:
Werner Almesberger 2012-04-19 20:09:18 -03:00
parent c274c1d07b
commit 7fe553a4fc

View File

@ -44,7 +44,7 @@ else
DEPEND = $(DEPEND_quiet)
endif
.PHONY: all clean
.PHONY: all clean spotless
all: boom
@ -76,3 +76,6 @@ y.tab.o: y.tab.c
clean:
rm -f $(OBJS) $(OBJS:.o=.d)
rm -f lex.yy.c y.tab.c y.tab.h y.output
spotless: clean
rm -f boom