diff options
| author | Julian Blake Kongslie | 2021-04-04 14:15:49 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-04-04 14:15:49 -0700 |
| commit | 719a9143cd0706165a4be857439f6da6791fc0db (patch) | |
| tree | f762f282cab2e2887d637a449f1daf08dab7f6ff /init.bat | |
| parent | Change assembler input to make it idempotent. (diff) | |
| download | noncpu-719a9143cd0706165a4be857439f6da6791fc0db.tar.xz | |
Remove unneeded .exe suffixes in bat scripts.
Diffstat (limited to 'init.bat')
| -rw-r--r-- | init.bat | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,4 +2,4 @@ if exist noncpu.qpf ( | |||
| 2 | call clean.bat | 2 | call clean.bat |
| 3 | ) | 3 | ) |
| 4 | 4 | ||
| 5 | quartus_sh.exe -t tcl/init.tcl | 5 | quartus_sh -t tcl/init.tcl |
