mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-25 23:59:12 +00:00

Introduce project skeleton such as build envrionment and interfaces to build up code further cooperatively. Change-Id: Ie9ac38991f609d33637283134906d7cc3f2ac19e
2 lines
76 B
Makefile
2 lines
76 B
Makefile
all:
|
|
gcc -o test test.cpp -g -lstdc++ `pkg-config --cflags --libs tizenvg`
|