From cdd4d3bb1cb896461950dc05e63917458e983b80 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Sat, 10 Dec 2022 16:53:44 -0800 Subject: Change binary name to simple-snake --- 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 eef8b12..262aff6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ -bin_PROGRAMS = simple_snake +bin_PROGRAMS = simple-snake simple_snake_SOURCES = body.c draw.c body.h simple_snake_LDADD = -lncurses -lm -- cgit