Merge pull request #547 from SymbiFlow/litghost-patch-1

Fix clean not working in 005-tilegrid
This commit is contained in:
litghost 2019-01-17 13:48:18 -08:00 committed by GitHub
commit 5586db5cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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