commit 4a454be5448811cf224d2e29797380e427e1b78e Author: Jochen Sprickerhof <[email protected]> AuthorDate: Sat Apr 11 22:27:02 2020 +0200 Commit: Jochen Sprickerhof <[email protected]> CommitDate: Sat Apr 11 22:27:02 2020 +0200
Fix make on OpenBSD
diff --git a/Makefile b/Makefile
index 4d415b7..c637c81 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all: scroll
config.h:
cp config.def.h config.h
-scroll: config.h
+scroll: scroll.c config.h
install: scroll
mkdir -p $(BINDIR) $(MANDIR)/man1
