# -*- 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 ../../ps5/assignment/Makefile-api # ps5 doesn't actually have code, but this should be harmless ALSO_COMPILE+=ps5/**/*.java