Makefile is also important

main
Motiejus Jakštys 2021-01-04 12:56:54 +02:00
parent 52572a431b
commit 24607f364c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ GEN3 = $(addsuffix .pdf, \
.PHONY: all
all: mj-referatas.pdf mj-prezentacija.pdf
mj-referatas-bundle.pdf: mj-referatas.pdf $(shell git ls-files | grep -v Makefile)
mj-referatas-bundle.pdf: mj-referatas.pdf $(shell git ls-files)
cp $< .tmp-$@
for f in $^; do \
if [ "$$f" = "$<" ]; then continue; fi; \