diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-11-08 15:59:17 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-11-08 16:01:18 -0800 |
commit | 557e79536e5733d6f6e419a621728347de7e5786 (patch) | |
tree | b0c88dc00486ec0d0b3c3d8c9904e17b5813fa25 /src/Makefile.am | |
parent | dc42abd5a4c634d40a51aad608c93f2030032903 (diff) |
gfx: delete embedded RGBA gfx now that .ans is used
simple removal of the now unused embedded assets
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 10a581e..333d816 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,24 +18,6 @@ sars_SOURCES = \ digit-node.c \ digit-node.h \ game.c \ - gfx/gfx-adult.h \ - gfx/gfx-adult-masked.h \ - gfx/gfx-baby.h \ - gfx/gfx-baby-hatted.h \ - gfx/gfx-eight.h \ - gfx/gfx-five.h \ - gfx/gfx-four.h \ - gfx/gfx-hungrycat.h \ - gfx/gfx-mask.h \ - gfx/gfx-nine.h \ - gfx/gfx-one.h \ - gfx/gfx-seven.h \ - gfx/gfx-six.h \ - gfx/gfx-three.h \ - gfx/gfx-tv.h \ - gfx/gfx-two.h \ - gfx/gfx-virus.h \ - gfx/gfx-zero.h \ glad.c \ glad.h \ hungrycat.c \ |