diff options
Diffstat (limited to 'src/utils/automata')
-rw-r--r-- | src/utils/automata/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/automata/TARGETS b/src/utils/automata/TARGETS index 29f43a92..61122df5 100644 --- a/src/utils/automata/TARGETS +++ b/src/utils/automata/TARGETS @@ -6,8 +6,8 @@ , "deps": [ ["@", "gsl", "", "gsl"] , ["@", "json", "", "json"] - , ["src/utils/cpp", "hex_string"] , ["src/utils/cpp", "hash_combine"] + , ["src/utils/cpp", "hex_string"] ] } } |