# # Makefile # # Computer Science 50 # Week 8 # assembly: gcc -S -c hello.c both: gcc -c -g -Wa,-a,-ad hello.c > hello.lst