From fefdaea916c5fd4aa55437d7db181f0a57ac002c Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 23 Dec 2022 15:58:31 -0800 Subject: Added binary deb build instructions to README --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index a5ae1f3..de42608 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -246,6 +246,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +EXTRA_DIST = include simple_snake_SOURCES = body.c draw.c simple_snake_LDADD = -lncurses -lm all: all-am -- cgit