autolab/Autolab

View on GitHub
examples/hello/hello-handout/Makefile

Summary

Maintainability
Test Coverage
# Student makefile for the Hello Lab
all: 
    gcc hello.c -o hello

clean:
    rm -rf *~ hello