# -*- Makefile -*- # Note that the api docs we install should also include api docs for # previous problem sets. So we 'include' the relevant files here. # But ps2 will take care of ps1 (which will take care of ps0), so # we only need to name the immediately preceding problem set and # its java files. include ../../ps4/assignment/Makefile-api ALSO_COMPILE+=ps4/**/*.java