diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 92d8683a1..bbc443cd2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -.PHONY: perl clean +.PHONY: perl clean test all: perl $(TARGETS) @@ -26,13 +26,18 @@ clean: rm -f *.o $(EXEC) *.core rm -f cfg_lex.c cfg_yacc.c cfg_yacc.h cd perl && make clean && cd .. + cd test && make clean && cd .. dist-clean: clean rm -f Makefile + rm -f test/Makefile rm -f config.log rm -f md5.h md5.c strlcpy.h strlcpy.c queue.h config.h modules.c modules.h cd perl && rm -f Makefile.old && rm -f Makefile.PL && cd .. +test: + cd test && make + creategroup: @echo "Create group $(RSPAMD_GROUP) before installing!" |