mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user