From 7edabc8e4b9a479de1158b63cd527426db11af3e Mon Sep 17 00:00:00 2001
From: witiko <witiko@gmail.com>
Date: Mon, 12 Jan 2015 19:46:38 +0100
Subject: [PATCH] Added phony targets to the Makefile.

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index aafd888..0e25955 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+.PHONY: all clean clean-all
+
 all: fithesis.cls fithesis.pdf example.pdf
 	cd loga && make all
 
-- 
GitLab