mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 09:04:41 +00:00
6 lines
218 B
Makefile
6 lines
218 B
Makefile
test:
|
|
g++ -g -DASTAT_DEBUG -DDEFINE_TEST_MAIN astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread -o astat_test
|
|
|
|
lib:
|
|
g++ -fpic -shared astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread -o astat.so
|