mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
lib.mk: Add .dll to clean target
This commit is contained in:
parent
1c812446e6
commit
98509f1aaf
1 changed files with 1 additions and 1 deletions
|
|
@ -14,5 +14,5 @@ install: $(LOCAL_TARGETS) all $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED
|
|||
clean: libclean local_libclean
|
||||
distclean: clean
|
||||
local_libclean:
|
||||
rm -rf *.a *.o *.so.* *.so *~ st* .*.swp *.done
|
||||
rm -rf *.a *.o *.so.* *.so *~ st* .*.swp *.done *.dll
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue