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
clean-and-itasks
clean-build
Commits
fc336939
Commit
fc336939
authored
Apr 23, 2021
by
John van Groningen
Browse files
in clean-classic for linux-x64 compile cDirectory.c when installing clean
parent
8194d1f9
Pipeline
#51396
passed with stage
in 19 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clean-classic/linux-x64/txt/Makefile
View file @
fc336939
...
...
@@ -181,6 +181,7 @@ $(INSTALL_LIB_DIR)/StdLib :
mkdir
-p
$@
/
"Clean System Files"
install_StdLib
:
$(INSTALL_LIB_DIR)/StdLib
(
cd
"data/Directory/Clean System Files"
;
gcc
-c
-O
cDirectory.c
-o
cDirectory.o
)
cp
-R
data/StdLib/
*
$(INSTALL_LIB_DIR)
/StdLib
$(INSTALL_LIB_DIR)/Directory
:
...
...
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