Lesson 35 - Get Compute Auth Token Working
This commit is contained in:
8
Plugins/GameLiftPlugin/Source/GameLiftServer/ThirdParty/rapidjson/doc/diagram/makefile
vendored
Normal file
8
Plugins/GameLiftPlugin/Source/GameLiftServer/ThirdParty/rapidjson/doc/diagram/makefile
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
%.pdf: %.dot
|
||||
dot $< -Tpdf -o $@
|
||||
|
||||
%.png: %.dot
|
||||
dot $< -Tpng -o $@
|
||||
|
||||
DOTFILES = $(basename $(wildcard *.dot))
|
||||
all: $(addsuffix .png, $(DOTFILES)) $(addsuffix .pdf, $(DOTFILES))
|
||||
Reference in New Issue
Block a user