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
cduce
cduce
Commits
c44f007c
Commit
c44f007c
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2006-03-17 14:13:28 by afrisch] Empty log message
Original author: afrisch Date: 2006-03-17 14:13:28+00:00
parent
6067321b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
c44f007c
...
...
@@ -97,7 +97,7 @@ install_bin:
@
echo
"Install binaries"
$(HIDE)
mkdir
-p
$(BINDIR)
$(HIDE)$(INSTALL)
-m755
$(INSTALL_BINARIES)
$(BINDIR)
/
install_lib
:
@
echo
"Build META"
...
...
@@ -257,7 +257,7 @@ clean:
for
i
in
$(CLEAN_DIRS)
;
do
\
(
cd
$$
i
;
rm
-f
*
.cmi
*
.cmo
*
.cma
*
.cmx
*
.o
*
.a
*
.cmxa
*
~
)
;
\
done
(
cd
ocamliface
;
make
clean
)
(
cd
ocamliface
;
$(MAKE)
clean
)
rm
-f
`
find
.
-name
"*~"
`
rm
-f
*
.cmi
*
.cmo
*
.cma
*
.cmx
*
.a
*
.cmxa
*
.o
*
~ META
rm
-f
cduce
$(EXE)
ocamlprof.dump
...
...
Write
Preview
Markdown
is supported
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