mirror of
https://github.com/jeremysrand/Apple2BuildPipeline.git
synced 2024-12-11 19:49:34 +00:00
Eliminate the assembly sources list from the makefile now that we just provide a list of directories with source files.
This commit is contained in:
parent
7c7e6ab828
commit
e4e28bedb6
8
Makefile
8
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:
|
||||
|
Loading…
Reference in New Issue
Block a user