Modified:
trunk/ib/ext/Makefile
Log:
Added an alias because I always forget the right label.
Modified: trunk/ib/ext/Makefile
==============================================================================
--- trunk/ib/ext/Makefile (original)
+++ trunk/ib/ext/Makefile Mon Jul 7 21:48:10 2008
@@ -26,6 +26,6 @@
$(modules):
j2py -i $(addprefix $(srcdir), $(addsuffix .java, $(basename $@))) -o
$@ -c ib.ext.cfg -c ib.ext.cfg.$(basename $@) -s
-
+modules-clean: clean-modules
clean-modules:
rm -rf $(modules)