Fix typo in Makefile

This commit is contained in:
siiky 2024-01-02 13:39:48 +00:00
parent 2902b76168
commit a7d1883351
No known key found for this signature in database

View file

@ -555,7 +555,7 @@ clean:
# even if the rule is empty and does nothing. Otherwise, the .DEFAULT # even if the rule is empty and does nothing. Otherwise, the .DEFAULT
# rule gets triggered. # rule gets triggered.
# #
# This is a normal and neecssary behavior when source files get deleted. # This is a normal and necessary behavior when source files get deleted.
# The build reacts automatically to this happening, by simply deleting # The build reacts automatically to this happening, by simply deleting
# and regenerating the dependency graph; so we can safely use wildcard. # and regenerating the dependency graph; so we can safely use wildcard.
# #