Skip to content

Commit 507631b

Browse files
committed
examples: updated ise/Makefile
1 parent 60868f9 commit 507631b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ise/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
SCRIPTS = $(wildcard *.py)
44

55
all:
6-
@$(foreach SCRIPT, $(SCRIPTS), python3 $(SCRIPT);)
6+
python3 ise.py
7+
python3 ise.py --board s6micro

0 commit comments

Comments
 (0)