aboutsummaryrefslogtreecommitdiff
path: root/utils/genmovecode.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-05-10 08:55:03 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-05-10 08:55:03 +0200
commit75966319fd5891c2c1bd35b1f7c93eab172fd28e (patch)
tree850a69906c7140be36670f2014e78ff91a96ab33 /utils/genmovecode.sh
parent15a072db18e441db5aa9e5339341fa1a466b504a (diff)
downloadnissy-core-75966319fd5891c2c1bd35b1f7c93eab172fd28e.tar.gz
nissy-core-75966319fd5891c2c1bd35b1f7c93eab172fd28e.zip
Moved to src/
Diffstat (limited to '')
-rwxr-xr-xutils/genmovecode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genmovecode.sh b/utils/genmovecode.sh
index d6440e5..d1a70c0 100755
--- a/utils/genmovecode.sh
+++ b/utils/genmovecode.sh
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3gcc -DDEBUG h48_to_lst.c ../cube.c -o h48_to_lst 3gcc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst
4 4
5gen() { 5gen() {
6 for f in move_??_*.txt; do 6 for f in move_??_*.txt; do

Generated with cgit - Back to sebastiano.tronto.net