diff options
author | Philip J Freeman <elektron@halo.nu> | 2020-01-01 15:04:34 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-01-06 11:45:03 -0800 |
commit | 3a17d7380b5f024992b032dcdcad2c2aa16df99e (patch) | |
tree | a147783354fb36f8864a8d23fa6dde703ee0362c /src/modules/Makefile.am | |
parent | 3ae1e53ac08887a0e8209499aee4daade9c5ea8e (diff) |
spiro: spirograph emulator
This commit adds a module that emulates a spirograph
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 a4ff9e7..958d835 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 stars submit swab +SUBDIRS = flui2d julia meta2d montage pixbounce plasma ray roto rtv snow sparkler spiro stars submit swab |