diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2022-08-07 12:49:43 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2022-08-08 12:46:44 +0800 |
| commit | 600a2f7a6e7144f23569d5e86b5fea64cbcb6691 (patch) | |
| tree | 2d2637dc572183b81d4bb42faea1723108b4ca48 /Makefile.am | |
| parent | 96e64b9d6984629ae602db2a47e9f49425f262d4 (diff) | |
| download | matrix-digital-rain-600a2f7a6e7144f23569d5e86b5fea64cbcb6691.tar.gz | |
Support for wide char, 24-bit RGB, ghosting effects.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6e4c431..102e0fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -bin_PROGRAMS = matrix +bin_PROGRAMS = amx -matrix_SOURCES = src/main.c +amx_SOURCES = src/main.c |
