Rename the 'aux' subdirectory to avoid Windows restrictions.

James Harvey points out that Windows still forbids calling a file
'aux' in any context. Even a directory. Gaaah.
This commit is contained in:
Simon Tatham
2023-03-27 09:17:51 +01:00
parent 8d6647548f
commit 0af537d2c0
28 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ puzzle(untangle
OBJECTIVE "Reposition the points so that the lines do not cross.")
add_subdirectory(unfinished)
add_subdirectory(aux)
add_subdirectory(auxiliary)
cliprogram(obfusc obfusc.c)
cliprogram(latincheck latin.c COMPILE_DEFINITIONS STANDALONE_LATIN_TEST)