mirror of https://github.com/openXC7/prjxray.git
Fix "make clean" in 050-intpips
Signed-off-by: Clifford Wolf <clifford@clifford.at> Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
parent
9bbadc2a39
commit
b6e9b63dff
|
|
@ -24,7 +24,7 @@ $(SPECIMENS_OK):
|
|||
touch $@
|
||||
|
||||
clean:
|
||||
rm -rf specimen_[0-9][0-9][0-9]/ seg_clbl[lm]_int_[lr].segbits seg_clbl[lm]_mask_[lr].segbits
|
||||
rm -rf specimen_[0-9][0-9][0-9]/ seg_int_[lr].segbits mask_clbl[lm]_[lr].segbits
|
||||
|
||||
.PHONY: database pushdb clean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue