summaryrefslogtreecommitdiff
path: root/bitlength
diff options
context:
space:
mode:
Diffstat (limited to 'bitlength')
-rw-r--r--bitlength/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/bitlength/Makefile b/bitlength/Makefile
index 4d9ba47..8562788 100644
--- a/bitlength/Makefile
+++ b/bitlength/Makefile
@@ -3,7 +3,10 @@ all: consumer run
producer.o:
cc -c producer.c
-consumer: producer.o
+producer.dcl: producer.o
+ htoclean producer
+
+consumer: producer.dcl
clm -tst -l producer.o consumer -o consumer
run: