This commit is contained in:
foo
2017-10-15 17:26:25 +01:00
parent f869de337f
commit e44b5356ab
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@ OBJS = ${SRCS:.java=.class}
all: build wordsearch.jar
run: all
$(JAVA) uk.org.mafoo.wordsearch.GridFactory 10 10
$(JAVA) uk.org.mafoo.wordsearch.GridFactory 15 15
.java.class:
$(JAVAC) $(JFLAGS) $<