diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
| commit | 18c9a8b8905304cf5f8fc15825769046a3144866 (patch) | |
| tree | a7807bb32b0a5d9ded7d3cedccc598f64a9b00fe /utils/genmovecode.sh | |
| parent | f25a10e19eca294c4e6a99e4f80ce5cfd11a0e5f (diff) | |
| download | nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.tar.gz nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.zip | |
Reorganized folder structure
Diffstat (limited to 'utils/genmovecode.sh')
| -rwxr-xr-x | utils/genmovecode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genmovecode.sh b/utils/genmovecode.sh index daf268e..ddde0f7 100755 --- a/utils/genmovecode.sh +++ b/utils/genmovecode.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | cc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst | 3 | cc -DDEBUG h48_to_lst.c ../src/nissy.c -o h48_to_lst |
| 4 | 4 | ||
| 5 | gen() { | 5 | gen() { |
| 6 | for f in cubes/move_??_*.txt; do | 6 | for f in cubes/move_??_*.txt; do |
