diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-05-03 01:11:39 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-05-03 01:11:39 -0700 |
commit | de8c678961226d0a7eb1f1276e8f5e842a33c3af (patch) | |
tree | bdfe3a077e651c60319dde62535185cde924d90d /src/Makefile.am |
*: 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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |