From e4e28bedb61524848f4021f975514cd6e996513b Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Tue, 19 Jun 2018 22:53:02 -0400 Subject: [PATCH] Eliminate the assembly sources list from the makefile now that we just provide a list of directories with source files. --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 7a8e4d0..0a58b3f 100644 --- a/Makefile +++ b/Makefile @@ -52,14 +52,6 @@ PGM=___PACKAGENAME___ # 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: