Select Git revision

tuhe authored
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