Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
b4f664ac
Commit
b4f664ac
authored
Jul 07, 2019
by
Jean-Claude Beaudoin
Browse files
Remove mention of directory 'bin' from target 'clean'.
parent
42a51189
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.in
View file @
b4f664ac
...
...
@@ -555,7 +555,6 @@ clean: clean_lisp clean_contribs
-
(
cd
gc
;
$(MAKE)
clean-libtool clean-libLTLIBRARIES
)
$(RM)
*
.dll bin/
*
.dll
$(RM)
*
.o
*
.a
*
.la
*
.so
*
.data
*
.fasb
*
.fas core core.
*
a.out
cd
bin
;
$(RM)
*
.o
*
.a
*
.la
*
.so
*
.data
*
.fasb
*
.fas core core.
*
a.out
clean_contribs
:
$(RM)
-r
lib/mkcc/@build_cpu@
...
...
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