mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-16 23:00:18 +02:00
genex/Makefile: add "spotless" target
This commit is contained in:
parent
3703852e0b
commit
41448e8962
@ -29,7 +29,7 @@ else
|
|||||||
DEPEND = $(DEPEND_quiet)
|
DEPEND = $(DEPEND_quiet)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean spotless
|
||||||
|
|
||||||
all: genex
|
all: genex
|
||||||
|
|
||||||
@ -38,3 +38,6 @@ genex: $(OBJS)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS)
|
rm -f $(OBJS)
|
||||||
|
|
||||||
|
spotless: clean
|
||||||
|
rm -f genex
|
||||||
|
Loading…
Reference in New Issue
Block a user