Skip to content
Snippets Groups Projects
Select Git revision
  • 54569673019d5aed777bc7faaef0d1e0eed8da78
  • master default protected
2 results

autograde-Makefile

Blame
  • Tue Herlau's avatar
    tuhe authored
    b2b82a49
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    autograde-Makefile 145 B
    all:
    	tar xf autograde.tar
    	cp Report1_handin.token cs101-handout
    	(cd cs101-handout; python3 driver_python.py)
    
    clean:
    	rm -rf *~ hello3-handout