thorvg/test/makefile
Hermet Park c20274aaf8 + Initial draft
Introduce project skeleton such as build envrionment and interfaces
to build up code further cooperatively.

Change-Id: Ie9ac38991f609d33637283134906d7cc3f2ac19e
2020-03-25 11:53:03 +09:00

2 lines
76 B
Makefile

all:
gcc -o test test.cpp -g -lstdc++ `pkg-config --cflags --libs tizenvg`