We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60868f9 commit 507631bCopy full SHA for 507631b
examples/ise/Makefile
@@ -3,4 +3,5 @@
3
SCRIPTS = $(wildcard *.py)
4
5
all:
6
- @$(foreach SCRIPT, $(SCRIPTS), python3 $(SCRIPT);)
+ python3 ise.py
7
+ python3 ise.py --board s6micro
0 commit comments