mirror of https://github.com/openXC7/prjxray.git
Fix clean not working in 005-tilegrid.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
a24e75d63c
commit
c6963694f1
|
|
@ -59,7 +59,7 @@ run:
|
|||
touch run.ok
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
rm -rf build run.ok
|
||||
cd iob && $(MAKE) clean
|
||||
cd mmcm && $(MAKE) clean
|
||||
cd pll && $(MAKE) clean
|
||||
|
|
|
|||
Loading…
Reference in New Issue