summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2015-07-06 21:13:51 +0200
committerCamil Staps2015-07-06 21:13:51 +0200
commit1bc20bfe78732ca8ec93692b4ceb2cfc7d481c78 (patch)
treee5b077d4b53a5991e0a585d51a79a1a466b4cde1
parentBitlength & ccall (diff)
Htoclean in makefile
-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: