diff options
Diffstat (limited to 'bitlength/Makefile')
-rw-r--r-- | bitlength/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bitlength/Makefile b/bitlength/Makefile index 8562788..fdbc706 100644 --- a/bitlength/Makefile +++ b/bitlength/Makefile @@ -1,13 +1,16 @@ -all: consumer run +all: clean consumer run -producer.o: +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.dcl: producer.o producer.h htoclean producer consumer: producer.dcl clm -tst -l producer.o consumer -o consumer run: - ./consumer + ./consumer -nt -nr |