dd644c8 do not mention the PURPOSE file in Makefile

Authored and Committed by mmalik 3 years ago
    do not mention the PURPOSE file in Makefile
    
    The TC does not bring any PURPOSE file. Execution of this TC via
    make then leads to the following error message:
    
      make: *** No rule to make target 'PURPOSE', needed by 'run'.  Stop.
    
    By removing the PURPOSE target from Makefile, the TC should now
    work as expected when executed via make.