From a73225c9b45e110d315a3fc587a82040ce8c9a13 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Tue, 13 Dec 2022 09:01:00 +0100 Subject: Implement scrolling Buffer now scrolls correcly when reaching top or bottom and puts dot at the middle of the screen. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 706626d..3671e2f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ # GNU-compatible makefile include common.mk -include $(UNAME_S).mk +sinclude $(UNAME_S).mk include $(DEPS) -- cgit v1.2.3