X-Git-Url: https://git.subgeniuskitty.com/screensavers/.git/blobdiff_plain/1da913bbe4307e296804d7bfecd608a72cca75ac..16d089f637f6d910a43d82dc33a3f61a744cd5a5:/hacks/NEDsim/ned_programs/Makefile diff --git a/hacks/NEDsim/ned_programs/Makefile b/hacks/NEDsim/ned_programs/Makefile index 3eac6b9..8bc48af 100644 --- a/hacks/NEDsim/ned_programs/Makefile +++ b/hacks/NEDsim/ned_programs/Makefile @@ -9,7 +9,7 @@ # To keep the rules simple, since we are dealing with six different file # extensions, NED_EMBED is defined with no suffix, leaving the suffix to be -# hardcoded in each step as appropriate and simplying the make target list. +# hardcoded in each step as appropriate and simplifying the make target list. .SUFFIXES: .ned_asm NED_SRC != ls *.ned_asm NED_EMBED := $(NED_SRC:.ned_asm=) @@ -28,7 +28,7 @@ NED_OBJDUMP = ned1objdump # Targets ################################################################################ -# Since nedasm and nedobjcopy do not overwrite existing files, include target +# Since nedasm and nedobjcopy will not overwrite existing files, include target # `clean` as a preq. all: clean $(NED_EMBED) # Build an #include guard around the C declarations of the binary blobs.