From 032ee4d2b9e8eacfa165096dbec2470bb2785df1 Mon Sep 17 00:00:00 2001
From: Lukas Braun <lukas.braun@fau.de>
Date: Sat, 11 Mar 2017 19:25:35 +0100
Subject: [PATCH] add .PHONY

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

diff --git a/Makefile b/Makefile
index c2b617f..20b6c1c 100644
--- a/Makefile
+++ b/Makefile
@@ -28,3 +28,5 @@ install_daemon: goatherd
 	install -D -t ${DESTDIR}/usr/sbin goatherd
 
 install: install_pam install_daemon
+
+.PHONY: all clean test test_pg test_sqlite install install_daemon install_pam
-- 
GitLab