summaryrefslogtreecommitdiff
path: root/bitlength/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bitlength/Makefile')
-rw-r--r--bitlength/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/bitlength/Makefile b/bitlength/Makefile
new file mode 100644
index 0000000..4d9ba47
--- /dev/null
+++ b/bitlength/Makefile
@@ -0,0 +1,10 @@
+all: consumer run
+
+producer.o:
+ cc -c producer.c
+
+consumer: producer.o
+ clm -tst -l producer.o consumer -o consumer
+
+run:
+ ./consumer