[go: up one dir, main page]

Menu

[r99]: / monatest / Makefile  Maximize  Restore  History

Download this file

13 lines (3 with data), 128 Bytes

1
2
3
4
5
all: test_dummy_plugins
test_dummy_plugins: test_dummy_plugins.cc
g++ -o $@ `pkg-config --cflags --libs monacore ` $<