Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Proteo
Commits
65c0c692
Commit
65c0c692
authored
Apr 02, 2024
by
iker_martin
Browse files
Removed null character in config file
parent
efcd3fbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Codes/Makefile
View file @
65c0c692
...
...
@@ -41,7 +41,7 @@ $(CONFIG) : $(BUILD_DIR)/$(CONFIG)
$(BUILD_DIR)/$(CONFIG)
:
mkdir
-p
$
(
@D
)
@
echo
-n
"dir=
\"
"
>
$(BUILD_DIR)
/
$(CONFIG)
@
realpath
-z
$$
(
echo
"
$
$(pwd)
/.."
)
>>
$(BUILD_DIR)
/
$(CONFIG)
@
realpath
-z
$$
(
echo
"
$
$(pwd)
/.."
)
|
tr
-d
'\0'
>>
$(BUILD_DIR)
/
$(CONFIG)
@
echo
"
\"
"
>>
$(BUILD_DIR)
/
$(CONFIG)
# Actual target of the binary - depends on all .o files.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment