From: Aaron Taylor Date: Thu, 9 Feb 2023 05:06:10 +0000 (-0800) Subject: Fixed minor typo in Makefile comment. X-Git-Url: http://git.subgeniuskitty.com/screensavers/.git/commitdiff_plain/16d089f637f6d910a43d82dc33a3f61a744cd5a5 Fixed minor typo in Makefile comment. --- diff --git a/hacks/NEDsim/ned_programs/Makefile b/hacks/NEDsim/ned_programs/Makefile index 81505d8..8bc48af 100644 --- a/hacks/NEDsim/ned_programs/Makefile +++ b/hacks/NEDsim/ned_programs/Makefile @@ -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.