Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
e131624d
Commit
e131624d
authored
Feb 07, 2019
by
thomas.forbriger
Browse files
croposp [WP]: add temporary files to clean list
parent
f44f77a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/croposp/Makefile
View file @
e131624d
...
...
@@ -73,7 +73,7 @@ LDFLAGS=$(addprefix -L,$(LOCLIBDIR) $(subst :, ,$(SERVERLIBDIR))) $(STATIC)
clean
:
;
-
find
.
-name
\*
.bak | xargs
--no-run-if-empty
/bin/rm
-v
-
find
.
-name
\*
.d | xargs
--no-run-if-empty
/bin/rm
-v
-
/bin/rm
-vf
flist
*
.o
*
.xxx
*
.ps
*
.pdf
*
~
$(PROGRAMS)
-
/bin/rm
-vf
flist
*
.bin
*
.o
*
.xxx
*
.ps
*
.pdf
*
~
$(PROGRAMS)
TESTCASEMAKE
=
$(
filter-out
%.bak,
$(
wildcard
testcases/Makefile
*
))
...
...
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