readded tut2
authorDavid Schleef <ds@schleef.org>
Thu, 19 Oct 2000 06:31:29 +0000 (06:31 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 19 Oct 2000 06:31:29 +0000 (06:31 +0000)
demo/Makefile

index eeb939bee6c6e0fedee628fccd88e746cf09e66c..d02789cd9142ef07f34b5e1a3f93fa411ed1e1ef 100644 (file)
@@ -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))