git @ Cat's Eye Technologies Ypsilax / 4cf1039
Backed out changeset 7bf77b144ee3 Cat's Eye Technologies 11 years ago
1 changed file(s) with 1 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
1515 YOOBDIR?=../yoob
1616 CP?=bin$(PATHSEP)$(YOOBDIR)/bin
1717
18 all:
19 @echo "Java classes are not built by default. Run 'make java' to build them."
20
21 java: $(CLASSES)
18 all: $(CLASSES)
2219
2320 $(CDIR)/YpsilaxState.class: src/YpsilaxState.java
2421 $(JAVAC) $(JFLAGS) -cp "$(CP)" -d bin src/YpsilaxState.java