summaryrefslogtreecommitdiff
path: root/bindings/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/Makefile')
-rw-r--r--bindings/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/Makefile b/bindings/Makefile
index e552f84..67c3f25 100644
--- a/bindings/Makefile
+++ b/bindings/Makefile
@@ -23,22 +23,29 @@
# Targets
release:
@${MAKE} -C xml release
+ @${MAKE} -C hubbub release
debug:
@${MAKE} -C xml debug
+ @${MAKE} -C hubbub debug
clean:
@${MAKE} -C xml clean
+ @${MAKE} -C hubbub clean
distclean:
@${MAKE} -C xml distclean
+ @${MAKE} -C hubbub distclean
setup:
@${MAKE} -C xml setup
+ @${MAKE} -C hubbub setup
export:
@${MAKE} -C xml export
+ @${MAKE} -C hubbub export
test:
@${MAKE} -C xml test
+ @${MAKE} -C hubbub test