# Makefile for the CS:APP Architecture Lab Part B

INDIR = /afs/cs/academic/class/15349-s02/archlabb/handin
TEAM = bovik
VERSION = 1

# Use this rule to handin your solution file
handin:
	cp sim/seq/seq-full.hcl $(INDIR)/$(TEAM)-$(VERSION)-seq-full.hcl

clean:
	rm -f  *~

