Skip to content

Commit 1bb802d

Browse files
committed
Add docs target
1 parent 0e2068a commit 1bb802d

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
@@ -1,4 +1,4 @@
1-
.PHONY: clean test install release
1+
.PHONY: clean test install release docs
22

33
clean:
44
dotnet clean
@@ -15,3 +15,6 @@ test:
1515
release: test
1616
dotnet build -c Release
1717
dotnet pack src/Twilio/Twilio.csproj -c Release -o .
18+
19+
docs:
20+
doxygen Doxyfile

0 commit comments

Comments
 (0)