mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-14 21:05:59 +01:00
Minor Makefile fixes
This commit is contained in:
parent
114cc32fd8
commit
eadc85d316
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ include ../common.mk
|
|||
all: ${MOS}
|
||||
|
||||
clean:
|
||||
rm -rf POTFILES.in POTFILES.in.tmp $(patsubst %.po, %, $(CATALOGS)) ${PROJECT}.pot
|
||||
$(QUIET)rm -rf POTFILES.in POTFILES.in.tmp $(patsubst %.po, %, $(CATALOGS)) ${PROJECT}.pot
|
||||
|
||||
POTFILES.in: $(wildcard ../*.c)
|
||||
$(QUIET) set -e && rm -f $@.tmp && touch $@.tmp && \
|
||||
|
|
Loading…
Reference in a new issue