File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,10 @@ STRUCTUREDENCRYPTION_INDEX_FILE_WITHOUT_EXTERN_STRING="module StructuredEncrypti
166
166
167
167
# Target to restore all directories in a list
168
168
# TODO: Remove this once we don't copy all of the directories and files into implementation and test https://sim.amazon.com/issues/CrypTool-5447
169
- RESTORE_FILESORDIR := README.md
169
+ RESTORE_FILES_DIR := README.md
170
170
_polymorph_go : restore_file_directories
171
171
restore_file_directories :
172
- @for dir in $(RESTORE_DIRS ) ; do \
172
+ @for dir in $(RESTORE_FILES_DIR ) ; do \
173
173
if [ -e " runtimes/go/ImplementationFromDafny-go/$$ dir" ]; then \
174
174
cp -Rf runtimes/go/ImplementationFromDafny-go/$$ dir runtimes/go/; \
175
175
rm -rf runtimes/go/ImplementationFromDafny-go/$$ dir; \
You can’t perform that action at this time.
0 commit comments