mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
b2/Makefile: add "spotless" target
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user