aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6a4bdb9..c7437fe 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,11 @@ CFLAGS = -Wall -DREGEX_STANDALONE -fPIC -DREG_DEBUG -g
LDFLAGS = -shared
SRCS = regcomp.c regexec.c regerror.c regfree.c
OBJS = $(SRCS:.c=.o)
-BINS = libhsrex.so libhsurex.so
+BINS = libterex.so libteurex.so
all:
- make libhsrex.so
+ make libterex.so
rm -f $(OBJS)
- make "CFLAGS=$(CFLAGS) -DREGEX_UTF8" libhsurex.so
+ make "CFLAGS=$(CFLAGS) -DREGEX_UTF8" libteurex.so
$(BINS): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS)
clean: