From 2d0964dcec8073f156643aed90a26a5c9793e6cb Mon Sep 17 00:00:00 2001 From: Jonas Haag Date: Mon, 5 Oct 2015 11:31:20 +0200 Subject: [PATCH] Fix thesis Makefile --- thesis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesis/Makefile b/thesis/Makefile index 8f06d1d..0a54171 100644 --- a/thesis/Makefile +++ b/thesis/Makefile @@ -1,6 +1,6 @@ BUILD=build BASE=thesis -DEPS=$(shell find -name "*.tex") $(shell find -name "*.sty") +DEPS=$(shell find . -name "*.tex") $(shell find . -name "*.sty") default: $(BASE).pdf -- GitLab