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.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ebbd287..23352ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = include + bin_PROGRAMS = simple-snake simple_snake_SOURCES = body.c draw.c simple_snake_LDADD = -lncurses -lm -- cgit