aboutsummaryrefslogtreecommitdiffstats
path: root/sounds
diff options
context:
space:
mode:
Diffstat (limited to 'sounds')
-rw-r--r--sounds/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 807613b1e..7574942fa 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -150,3 +150,9 @@ install: $(SOUNDS_DIR) $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SOUND
uninstall:
rm -rf $(SOUNDS_DIR)
rm -rf $(MOH_DIR)
+
+core_sounds_version:
+ @echo $(CORE_SOUNDS_VERSION)
+
+extra_sounds_version:
+ @echo $(EXTRA_SOUNDS_VERSION)