From 1d1ce1b2df4a5f97a1c34a90337d0c3732f7959e Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 15 Apr 2018 14:57:17 -0700 Subject: *: initial commit of whale compo This is my contribution to our Hungrycat production blender 2018 entry, assets to follow. --- 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..7586076 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,2 @@ +bin_PROGRAMS = whale +whale_SOURCES = aabb.h credits.c credits.h list.h whale.c whale.h whale-svg.c whale-svg.h game.c game.h intro.c intro.h macros.h stage.c stage.h svg-node.c svg-node.h v2f.h -- cgit v1.2.3