Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
1cfc3e47
Commit
1cfc3e47
authored
Jan 14, 2019
by
thomas.forbriger
Browse files
libpsdxx [WP]: adjust clean target in Makefile
parent
9a45ed6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/libpsdxx/Makefile
View file @
1cfc3e47
...
...
@@ -116,9 +116,8 @@ clean: ;
-
find
.
-name
\*
.o | xargs
--no-run-if-empty
/bin/rm
-v
-
find
.
-name
\*
.d | xargs
--no-run-if-empty
/bin/rm
-v
-
find
.
-name
\*
.hd | xargs
--no-run-if-empty
/bin/rm
-v
-
/bin/rm
-vf
flist
*
.a
*
.so
*
.xxx
$(TESTCBIN)
$(TESTCCBIN)
-
/bin/rm
-fv
$(
patsubst
%.txt,%.h,
$(USAGEFILES)
)
-
/bin/rm
-fv
$(
patsubst
%.txt,%.cc,
$(USAGEFILES)
)
-
/bin/rm
-vf
flist
*
.a
*
.so
*
.xxx
-
/bin/rm
-vf
testpsdxx
*
.ps
#======================================================================
# pattern rules
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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