git @ Cat's Eye Technologies Ypsilax / 1bab38e
Don't build Java classfiles by default; 'make java' for them. Cat's Eye Technologies 11 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1515 YOOBDIR?=../yoob
1616 CP?=bin$(PATHSEP)$(YOOBDIR)/bin
1717
18 all: $(CLASSES)
18 all:
19 @echo "Java classes are not built by default. Run 'make java' to build them."
20
21 java: $(CLASSES)
1922
2023 $(CDIR)/YpsilaxState.class: src/YpsilaxState.java
2124 $(JAVAC) $(JFLAGS) -cp "$(CP)" -d bin src/YpsilaxState.java