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