From 603af77207d98b607de80bb734e4123bb9279786 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Sat, 10 Dec 2022 16:59:04 -0800 Subject: Move include/ into src/ --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 262aff6..ebbd287 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ bin_PROGRAMS = simple-snake -simple_snake_SOURCES = body.c draw.c body.h +simple_snake_SOURCES = body.c draw.c simple_snake_LDADD = -lncurses -lm -- cgit