From de8c678961226d0a7eb1f1276e8f5e842a33c3af Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 3 May 2018 01:11:39 -0700 Subject: *: initial commit derived from whale stage code This code was used in whale [1], and prior to that was used in a smaller project called mal. Since I seemed to be doing a lot of reusing and building upon this, it seemed prudent to just stick it in a repo as a .a I could submodule in future SDL2 art projects. There are some kludges in this code currently, which will be fixed up in time. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..a57bc54 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,2 @@ +noinst_LIBRARIES = libstage.a +libstage_a_SOURCES = list.h stage.c stage.h -- cgit v1.2.3