summaryrefslogtreecommitdiff
path: root/bitlength/Makefile
blob: fdbc706a1ec0987a1241e3f6168811222b41926b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: clean consumer run

clean:
	rm -f producer.o producer.dcl producer.icl consumer

producer.o: producer.c producer.h
	cc -c producer.c

producer.dcl: producer.o producer.h
	htoclean producer

consumer: producer.dcl
	clm -tst -l producer.o consumer -o consumer

run:
	./consumer -nt -nr