From e39559b8069a07c9085a88532cbd4821badf404e Mon Sep 17 00:00:00 2001
From: "Sven M. Hallberg" <pesco@khjk.org>
Date: Thu, 30 Jan 2020 17:26:56 +0100
Subject: [PATCH] make Makefile work with BSD *and* GNU make

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 68b09f3..d33aab2 100644
--- a/Makefile
+++ b/Makefile
@@ -18,4 +18,4 @@ test: pdf
 	@true
 
 pdf: pdf.c
-	$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $> -lhammer -lz
+	$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $< -lhammer -lz
-- 
GitLab