Last change
on this file since 2 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
File size:
414 bytes
|
Line | |
---|
1 | PROGS = compu grep-bus2
|
---|
2 |
|
---|
3 | CFLAGS = -Wall -g
|
---|
4 |
|
---|
5 |
|
---|
6 | all: $(PROGS)
|
---|
7 |
|
---|
8 | compu: compu.c memory_std.o memory_bank.o memory_dram.o common.o
|
---|
9 |
|
---|
10 | grep-bus2: grep-bus2.c
|
---|
11 |
|
---|
12 | clean:
|
---|
13 | rm -f *.o $(PROGS)
|
---|
14 |
|
---|
15 | dist-clean: clean
|
---|
16 | rm -f bus2-*.txt res-*.txt opdr3.tar.gz
|
---|
17 |
|
---|
18 | run: all
|
---|
19 | sh calculate.sh
|
---|
20 | cat res-1a.txt
|
---|
21 |
|
---|
22 | package:
|
---|
23 | rm -f assignment3.tar.gz
|
---|
24 | gnutar -ncvzf opdr3.tar.gz Makefile README.txt *.c *.h *.sh \
|
---|
25 | docs/dineroIII.txt docs/docsIII.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.