clean out

add interface/InterfaceName target to create a template interface
move generate_newclass.sh to generate_new.sh and take class or interface as argument

Signed-off-by: philippe lhardy <philippe@pavilionartlogiciel>
This commit is contained in:
philippe lhardy
2015-02-19 22:21:44 +01:00
parent 7d8ce42c15
commit 0b33e56e0a
5 changed files with 53 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ clean:
rm -f build.xml
rm -f dist/lib/$(DISTPREFIX)*.jar
rm -rf build
cd java; make clean
cleanall: clean
rm -rf debian