diff --git a/a2sudoku.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate b/a2sudoku.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate index 6c1a4f7..726a0a8 100644 Binary files a/a2sudoku.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate and b/a2sudoku.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/a2sudoku/Makefile b/a2sudoku/Makefile index 6f3d3a0..843f2d0 100644 --- a/a2sudoku/Makefile +++ b/a2sudoku/Makefile @@ -52,14 +52,6 @@ START_ADDR = 4000 # files to this list: SRCDIRS+= -# Any *.s files in your main project directory will automatically be -# built. But, if you have subdirectories with assembly files in them, -# you should add them to the list of ASM_SRCS to build. Do that by -# uncommenting the following line and changing "someSubDir" to match -# the subdirectory you have created. Add multiple lines like this -# for each subdirectory: -# ASM_SRCS += $(wildcard someSubDir/*.s) - # If you have a non-standard cc65 install, you may need to change # some of these. Uncomment the following line and change it to the # correct path to CC65_HOME if the default is not correct: diff --git a/a2sudoku/make/V2Make.scpt b/a2sudoku/make/V2Make.scpt index 350f4b6..43f0fd9 100644 Binary files a/a2sudoku/make/V2Make.scpt and b/a2sudoku/make/V2Make.scpt differ