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