PROGS = compu grep-bus2 CFLAGS = -Wall -g all: $(PROGS) compu: compu.c memory_std.o memory_bank.o memory_dram.o common.o grep-bus2: grep-bus2.c clean: rm -f *.o $(PROGS) dist-clean: clean rm -f bus2-*.txt res-*.txt opdr3.tar.gz run: all sh calculate.sh cat res-1a.txt package: rm -f assignment3.tar.gz gnutar -ncvzf opdr3.tar.gz Makefile README.txt *.c *.h *.sh \ docs/dineroIII.txt docs/docsIII.h