mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
Finer-grained 'clean' targets
This commit is contained in:
parent
00d8c0a386
commit
8d2899bc50
@ -389,6 +389,12 @@ distclean dist-clean: clean
|
||||
maintainer-clean: distclean
|
||||
rm -f configure config.h.in
|
||||
|
||||
clean-libs:
|
||||
rm -f */lib*.a */*/lib*.a */*/*.dll */*/*.dll.a
|
||||
|
||||
clean-apps clean-applications clean-exe:
|
||||
rm -f $(APPLICATIONS) */*.exe */*/*.exe
|
||||
|
||||
create-pot:
|
||||
@echo 'XGETTEXT'
|
||||
$(Q)xgettext --keyword=YT --keyword=Y --keyword=Z --keyword=TIP \
|
||||
|
Loading…
Reference in New Issue
Block a user