mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
lib.mk: Remove ld-*.conf on clean
This commit is contained in:
parent
e05fbcbc20
commit
8bc1e21b01
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ ifeq ($(TARGET),mingw)
|
|||
endif
|
||||
|
||||
clean.all:
|
||||
rm -rf *.a *.o *~ st* .*.swp *.done
|
||||
rm -rf *.a *.o *~ st* .*.swp *.done ld-*.conf
|
||||
|
||||
ld-%.conf:
|
||||
echo $(INSTALL_LIBDIR) > $@.tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue