From 307527f46bd65b0ba0a7cb145f1894c23246beb7 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 19 Oct 2000 06:31:29 +0000 Subject: [PATCH] readded tut2 --- demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Makefile b/demo/Makefile index eeb939b..d02789c 100644 --- a/demo/Makefile +++ b/demo/Makefile @@ -5,7 +5,7 @@ CFLAGS += -I ../include -I . -O2 -Wall -Wstrict-prototypes LDFLAGS = -L../lib/ -lcomedi -lm -BINS=cmd tut1 +BINS=cmd tut1 tut2 MBINS=inp inpn sv eeprom_dump info outp insn antialias ao_waveform all: $(patsubst %,_mbins_%,$(MBINS)) $(patsubst %,_bins_%,$(BINS))