mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 01:56:34 +01:00
6 lines
151 B
Makefile
6 lines
151 B
Makefile
include $(top_srcdir)/examples/Makefile.am_fragment
|
|
|
|
#Build the executable, but don't install it.
|
|
noinst_PROGRAMS = example
|
|
example_SOURCES = main.cc
|
|
|