We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b85eaa commit d384e35Copy full SHA for d384e35
Makefile
@@ -12,7 +12,7 @@ NAME = Arr Matey! A Hairy Bilge Rat!
12
13
# Do not:
14
# o use make's built-in rules and variables
15
-# (this increases performance and avoid hard-to-debug behavour);
+# (this increases performance and avoids hard-to-debug behaviour);
16
# o print "Entering directory ...";
17
MAKEFLAGS += -rR --no-print-directory
18
@@ -1329,7 +1329,7 @@ else
1329
ALLINCLUDE_ARCHS := $(SRCARCH)
1330
endif
1331
else
1332
-#Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behavour.
+#Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behaviour.
1333
ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS)
1334
1335
0 commit comments