diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2023-07-07 22:19:48 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2023-07-07 22:19:48 +0300 |
commit | 3466a5ee2a4e03dae73f6c441d6f1daa5718952d (patch) | |
tree | db6f4d1056bda6042523805c3edcbdbd5abf1b97 /src/Makefile.am | |
parent | c8cd7f9298de876f2046fddd2e322a63c421a505 (diff) | |
download | synth-project-3466a5ee2a4e03dae73f6c441d6f1daa5718952d.tar.gz synth-project-3466a5ee2a4e03dae73f6c441d6f1daa5718952d.tar.bz2 synth-project-3466a5ee2a4e03dae73f6c441d6f1daa5718952d.zip |
moar
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f96d14e..77b275c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,7 @@ common_sources = adsr.c \ osc.h \ osc_tri.c \ osc_sin.c \ + osc_saw.c \ osc_weird.c \ osc_sound.c \ raygui.h \ |