diff options
author | Camil Staps | 2015-07-06 21:13:51 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-06 21:13:51 +0200 |
commit | 1bc20bfe78732ca8ec93692b4ceb2cfc7d481c78 (patch) | |
tree | e5b077d4b53a5991e0a585d51a79a1a466b4cde1 | |
parent | Bitlength & ccall (diff) |
Htoclean in makefile
-rw-r--r-- | bitlength/Makefile | 5 |
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: |