]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
changed name
authorPaul Cruz <paulcruz74@fb.com>
Mon, 10 Jul 2017 18:05:37 +0000 (11:05 -0700)
committerPaul Cruz <paulcruz74@fb.com>
Mon, 10 Jul 2017 18:05:37 +0000 (11:05 -0700)
contrib/adaptive-compression/Makefile
contrib/adaptive-compression/adapt.c [moved from contrib/adaptive-compression/multi.c with 100% similarity]

index 3027b88c340b0442f770257a9950c54c2f1d21e1..38e3a7787755b5a3739b076021f33474f22e9987 100644 (file)
@@ -19,13 +19,13 @@ CFLAGS   += $(DEBUGFLAGS)
 CFLAGS   += $(MOREFLAGS)
 FLAGS     = $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
 
-all: clean multi
+all: clean adapt
 
-multi: $(ZSTD_FILES) multi.c
+adapt: $(ZSTD_FILES) adapt.c
        $(CC) $(FLAGS) $^ -o $@
 
 clean:
-       @$(RM) -f multi
+       @$(RM) -f adapt
        @$(RM) -rf *.dSYM
        @$(RM) -f tmp*
        @$(RM) -f tests/*.zst