Skip to content
Snippets Groups Projects
Select Git revision
  • 95cba747ab441c5a41b05fa9e5f0ee4b71e94781
  • master default protected
2 results

Makefile

Blame
  • Tue Herlau's avatar
    tuhe authored
    95cba747
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Makefile 133 B
    # Makefile for the Hello Lab
    all:
    	echo "Makefile called... it is empty so far. "
    	#gcc hello3.c -o hello3
    
    clean:
    	rm -rf *~ hello3