Skip to content

Commit 093442d

Browse files
Make target for quicker ApiGen testing
1 parent df3c655 commit 093442d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ NAME=rabbitmq-dotnet-client
22
NAME_VSN=${NAME}-${RABBIT_VSN}
33

44
RELEASE_DIR=release
5+
GENSRC_DIR=gensrc
56

67
TMPXMLZIP=${NAME_VSN}-tmp-xmldoc.zip
78

@@ -21,6 +22,8 @@ test-xbuild-units:
2122

2223
test-xbuild: test-xbuild-units
2324

25+
retest-xbuild: clean test-xbuild
26+
2427
ensure-universally-readable:
2528
chmod -R a+rX release
2629

@@ -66,4 +69,4 @@ doc: rabbit-vsn ensure-prerequisites ensure-release-dir ensure-docs
6669
unzip -q ${NAME_VSN}-wcf-htmldoc.zip -d ${NAME_VSN}-wcf-htmldoc
6770

6871
clean:
69-
rm -rf $(RELEASE_DIR)/*
72+
rm -rf $(GENSRC_DIR) $(RELEASE_DIR)/*

0 commit comments

Comments
 (0)