FIX: removed unnecessary phony target

This commit is contained in:
Dominik Meyer 2021-12-03 20:18:38 +01:00
parent 4b4a2f2e2c
commit 110f4474e7
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ifeq ($(INKSCAPE_EXIST),0)
endif
.SECONDARY: .latexmkrc
.PHONY: clean watermark IEEE base INKSCAPE_AVAILABLE
.PHONY: clean watermark IEEE base
%.pdf : %.dot
@echo "**** Generating $@ from dot file $< ****"