diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-01-08 20:40:23 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-01-08 20:40:23 -0800 |
commit | 09af809c6e4364b92b10c983d38ab6b32dd7d50c (patch) | |
tree | e70444fe9fbb5718d0ecc79fef4b00df1a447127 /src/modules/Makefile.am | |
parent | 728f54b0f7b471e784782c65f41c6f307a056bba (diff) |
modules/drizzle: add a classic 2D raindrops vis
Using the new puddle lib throw some raindrops on the framebuffer
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r-- | src/modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index 958d835..ad0c7bd 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -1 +1 @@ -SUBDIRS = flui2d julia meta2d montage pixbounce plasma ray roto rtv snow sparkler spiro stars submit swab +SUBDIRS = drizzle flui2d julia meta2d montage pixbounce plasma ray roto rtv snow sparkler spiro stars submit swab |