From d4ec265fcdc44fbf115d0b4ecb17ae6e708ea3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 15 Nov 2021 20:07:00 +0100 Subject: =?UTF-8?q?izbolj=C5=A1al=20make=20sistem.=20potrebno=20=C4=8De=20?= =?UTF-8?q?implementati=20dokument.tex=20v=20make?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slo/Makefile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 slo/Makefile (limited to 'slo') diff --git a/slo/Makefile b/slo/Makefile deleted file mode 100644 index cd9bb20..0000000 --- a/slo/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -SHELL := /bin/bash -pdfs := $(subst .md,.pdf,$(wildcard *.md)) -default: $(pdfs) -%.pdf: %.md - pandoc -V geometry:margin=1cm $< -o $@ -.PHONY: clean -clean: - rm -rf $(pdfs) -- cgit v1.2.3