master
Itamar Haber 9 years ago
parent 1896ff9a64
commit d17147747c

@ -5,14 +5,13 @@ endif
CFLAGS = -g -fPIC -lc -lm -O3 -std=gnu99 -I$(RM_INCLUDE_DIR)
CC=gcc
.SUFFIXES: .c .so .xo .o
OBJS=util.o strings.o sds.o
all: librmutil.a
clean:
rm -rf *.xo *.so *.o
rm -rf *.o *.a
librmutil.a: $(OBJS)
ar rcs $@ $^

Loading…
Cancel
Save