source: liacs/ca/opdr3/Makefile@ 2

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 
1PROGS = compu grep-bus2
2
3CFLAGS = -Wall -g
4
5
6all: $(PROGS)
7
8compu: compu.c memory_std.o memory_bank.o memory_dram.o common.o
9
10grep-bus2: grep-bus2.c
11
12clean:
13 rm -f *.o $(PROGS)
14
15dist-clean: clean
16 rm -f bus2-*.txt res-*.txt opdr3.tar.gz
17
18run: all
19 sh calculate.sh
20 cat res-1a.txt
21
22package:
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.