Cleanup the Makefile which had something incorrect from the new build engine.

This commit is contained in:
Jeremy Rand 2018-06-19 22:51:58 -04:00
parent 5a7f8bd58d
commit a55ab9353b
2 changed files with 0 additions and 8 deletions

View File

@ -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: