Fix clean not working in 005-tilegrid.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-17 13:31:43 -08:00
parent a24e75d63c
commit c6963694f1
1 changed files with 1 additions and 1 deletions

View File

@ -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