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 fabc946 commit ca4f8d3Copy full SHA for ca4f8d3
Chapter 5/makefile
@@ -8,7 +8,7 @@ DEBUGFLGS =
8
endif
9
LSTFLGS =
10
11
-LDFLAGS = -lSystem -syslibroot `xcrun -sdk macosx --show-sdk-path` -e _start -arch arm64
+LDFLAGS = -lSystem -syslibroot `xcrun -sdk macosx --show-sdk-path` -e _start -arch arm64
12
13
all: codesnippets upper
14
0 commit comments