include lib.mk # What group are you? Group=1 # What project are you doing Proj=3b# # Default test to run X=random.lisp# # Banner for top of each test Hi=printf "\n---| $X |-----------------------------------------\n\n" # Default action (run test $X) all : $(MAKE) X=$X test