From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- examples/redis-unstable/deps/fpconv/Makefile | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 examples/redis-unstable/deps/fpconv/Makefile (limited to 'examples/redis-unstable/deps/fpconv/Makefile') diff --git a/examples/redis-unstable/deps/fpconv/Makefile b/examples/redis-unstable/deps/fpconv/Makefile deleted file mode 100644 index 2654888..0000000 --- a/examples/redis-unstable/deps/fpconv/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -STD= -WARN= -Wall -OPT= -Os - -R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) -R_LDFLAGS= $(LDFLAGS) -DEBUG= -g - -R_CC=$(CC) $(R_CFLAGS) -R_LD=$(CC) $(R_LDFLAGS) - -AR= ar -ARFLAGS= rcs - -libfpconv.a: fpconv_dtoa.o - $(AR) $(ARFLAGS) $@ $+ - -fpconv_dtoa.o: fpconv_dtoa.h fpconv_dtoa.c - -.c.o: - $(R_CC) -c $< - -clean: - rm -f *.o - rm -f *.a - - -- cgit v1.2.3