From: JunsuChoi Date: Thu, 16 Jul 2020 05:58:35 +0000 (+0900) Subject: test: Fix typo in makefile X-Git-Tag: accepted/tizen/unified/20200806.062539~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3218a8a9aeac1123a9fcfcefe9df1083ec1fa28;p=platform%2Fcore%2Fgraphics%2Ftizenvg.git test: Fix typo in makefile ' -> ` Change-Id: Iafacfb78d8f788ef302e5ad7f1a1d9cfbd380ffb --- diff --git a/test/makefile b/test/makefile index ef9e28a..e1a8afb 100644 --- a/test/makefile +++ b/test/makefile @@ -18,4 +18,4 @@ all: gcc -o testGradientTransform testGradientTransform.cpp -g -lstdc++ `pkg-config --cflags --libs elementary thorvg` gcc -o testSvg testSvg.cpp -g -lstdc++ `pkg-config --cflags --libs elementary thorvg` gcc -o testAsync testAsync.cpp -g -lstdc++ `pkg-config --cflags --libs elementary thorvg` - gcc -o testCapi testCapi.c -g 'pkg-config --cflags --libs elementary thorvg` + gcc -o testCapi testCapi.c -g `pkg-config --cflags --libs elementary thorvg`