summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2022-12-23 15:58:31 -0800
committerLouie Shprung <lshprung@scu.edu>2022-12-23 17:31:27 -0800
commitfefdaea916c5fd4aa55437d7db181f0a57ac002c (patch)
tree37b399920f2d28ad9c54041f2480ce42262bb9e1
parent01cd79db7f52a373756ad9e5d8677a8d7e50ad73 (diff)
Added binary deb build instructions to READMEv0.1
-rw-r--r--README7
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Makefile.in1
3 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index f1f9b2e..504f8c2 100644
--- a/README
+++ b/README
@@ -6,3 +6,10 @@ $ ./configure
$ make
The resulting binary will be created in src/
+
+-- Creating binary deb package --
+
+Rename working directory to PACKAGE-VERSION: something like "simple-snake-0.1"
+
+$ debmake -e EMAIL -f FULLNAME
+$ dpkg-buildpackage -b
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
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