/ assign3 / Makefile
Makefile
1  PROJECT = GuessNumber
2  CLASSPATHS = . /usr/share/java/picocli.jar
3  
4  include ../_make/java.mk