Project

General

Profile

Revision 386

Added a README for colonet. Removed some unused files. Some other minor cleanup.

View differences:

Makefile
1

  
2 1
# Colonet GUI Makefile
3 2
# Gregory Tress
4 3
#
......
17 16
JCFLAGS = -g -d $(DIR) -target 1.5
18 17
JCWARN = -Xlint:deprecation,unchecked,fallthrough,path,finally
19 18

  
20

  
21 19
# Java file compilation instructions
22 20

  
23 21
default: $(DIR)/Colonet.class $(DIR)/ColonetServerInterface.class
......
36 34
clean:
37 35
	$(RM) $(DIR)/*.class
38 36
	$(RM) $(DIR)/*.jar
39

  
40

  

Also available in: Unified diff