mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-16 21:50:38 +02:00
b2/Makefile: add "spotless" target
This commit is contained in:
parent
c274c1d07b
commit
7fe553a4fc
@ -44,7 +44,7 @@ else
|
|||||||
DEPEND = $(DEPEND_quiet)
|
DEPEND = $(DEPEND_quiet)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean spotless
|
||||||
|
|
||||||
all: boom
|
all: boom
|
||||||
|
|
||||||
@ -76,3 +76,6 @@ y.tab.o: y.tab.c
|
|||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS) $(OBJS:.o=.d)
|
rm -f $(OBJS) $(OBJS:.o=.d)
|
||||||
rm -f lex.yy.c y.tab.c y.tab.h y.output
|
rm -f lex.yy.c y.tab.c y.tab.h y.output
|
||||||
|
|
||||||
|
spotless: clean
|
||||||
|
rm -f boom
|
||||||
|
Loading…
Reference in New Issue
Block a user