aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index aa9112e70..65cd1a405 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,8 @@
-all: $(TARGETS)
+all: perl $(TARGETS)
+
+perl:
+ cd perl && make && cd ..
memctest: upstream.c memcached.c memcached-test.c
$(CC) $(OPT_FLAGS) $(CFLAGS) $(PTHREAD_CFLAGS) -c upstream.c
@@ -17,11 +20,13 @@ install: $(EXEC)
clean:
rm -f *.o $(EXEC) *.core
rm -f cfg_lex.c cfg_yacc.c cfg_yacc.h
+ cd perl && make clean && cd ..
dist-clean: clean
rm -f Makefile
rm -f config.log
rm -f md5.h md5.c strlcpy.h strlcpy.c queue.h config.h modules.c
+ cd perl && rm -f Makefile.old && rm -f Makefile.PL && cd ..
creategroup:
@echo "Create group $(RSPAMD_GROUP) before installing!"