Browse Source

Do not build tstest by default.

Georgi Chorbadzhiyski 12 years ago
parent
commit
f36a478d2d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -24,7 +24,7 @@ OBJS = log.o tsfuncs.o crc.o misc.o time.o \
24 24
 PROG = libtsfuncs.a
25 25
 
26 26
 tstest_OBJS = tstest.o libtsfuncs.a
27
-all: $(PROG) tstest
27
+all: $(PROG)
28 28
 
29 29
 $(PROG): $(OBJS) tsdata.h tsfuncs.h
30 30
 	$(Q)echo "  LINK	$(PROG)"

Loading…
Cancel
Save