diff --git a/handout-files/Makefile b/handout-files/Makefile index 7699c76e..d8792c3c 100644 --- a/handout-files/Makefile +++ b/handout-files/Makefile @@ -1,7 +1,7 @@ ################################################################################ # Java compiler settings ################################################################################ -JC = javac -source 21 -g +JC = javac -source 21 -g -proc:full ################################################################################