Files
artloglaby/java
philippe lhardy 130d7e61fc add emacs addon for java development which is JDEE
http://sourceforge.net/projects/jdee/

Signed-off-by: philippe lhardy <philippe@pavilionartlogiciel>
2015-02-22 22:06:38 +01:00
..
2015-02-19 22:21:44 +01:00
2015-02-19 22:21:44 +01:00
2015-02-19 22:21:44 +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

# create an interface
make interface/InterfaceName