Project

General

Profile

Revision 376

Added by Greg Tress about 16 years ago

fixed typo in Makefile

View differences:

Makefile
19 19

  
20 20

  
21 21
# Java file compilation instructions
22
# For default compilation, archive classes into Colonet.jar
23 22

  
24
default: $(DIR)/Colonet.class build/ColonetServerInterface.class
23
default: $(DIR)/Colonet.class $(DIR)/ColonetServerInterface.class
25 24

  
26 25
$(DIR)/Colonet.class: ColonetServerInterface.java
27 26
	$(JC) $(JCWARN) $(JCFLAGS) Colonet.java

Also available in: Unified diff