aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/build-pd-bcc.bat
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/tutorial/build-pd-bcc.bat')
-rw-r--r--externals/grill/flext/tutorial/build-pd-bcc.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/build-pd-bcc.bat b/externals/grill/flext/tutorial/build-pd-bcc.bat
index 5c180607..fd2c9264 100644
--- a/externals/grill/flext/tutorial/build-pd-bcc.bat
+++ b/externals/grill/flext/tutorial/build-pd-bcc.bat
@@ -36,6 +36,10 @@
@make -f ..\makefile.pd-bcc NAME=attr3 SETUPFUNCTION=attr3_setup
@cd ..
+@cd timer1
+@make -f ..\makefile.pd-bcc NAME=timer1 SETUPFUNCTION=timer1_setup
+@cd ..
+
@cd signal1
@make -f ..\makefile.pd-bcc NAME=signal1~ SETUPFUNCTION=signal1_tilde_setup
@cd ..