Files
artloglaby/java
philippe lhardy 2a8f80154f - allows to create a debian package ( yet unsigned )
- create a jar, gnerate a ant build.xml
- version of jar

Signed-off-by: philippe lhardy <philippe@pavilionartlogiciel>
2015-02-16 23:07:20 +01:00
..

A Maze generator that keep all reverse paths to solutions.

See Makefile

#clean 
make clean

#console
make test

#gui
make display

#code emacs : work/ClassName
make work/Display

#run a class
make run/Display

#save work with git (ie git citool )
make save