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-compiler-and-rts
compiler
Commits
eeb08968
Commit
eeb08968
authored
Jun 06, 2002
by
Ronny Wichers Schreur
🏘
Browse files
Initial import
parent
a19f83cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/make.sh
0 → 100755
View file @
eeb08968
#!/bin/sh
CLM
=
clm
(
cd
backendC/CleanCompilerSources
;
make
)
$CLM
-h
20M
-nt
-nw
-ci
-ns
-I
ArgEnvUnix
-I
backend
-I
compiler
-I
main
-I
main/Unix
-I
WrapDebug
\
-l
ArgEnvUnix/ArgEnvC.o
\
-l
main/Unix/cDirectory.o
\
-l
main/Unix/set_return_code_c.o
\
-l
main/Unix/ipc.o
\
-l
backendC/CleanCompilerSources/backend.a
\
cocl
-o
cocl
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