####################################################
# Students' Makefile for the CS:APP Architecture Lab
####################################################

sim:
	(cd sim; make)

clean:
	rm -f *~ *.o



