mirror of https://github.com/odrling/Aegisub
7 lines
153 B
Makefile
7 lines
153 B
Makefile
|
bin_PROGRAMS = csri
|
||
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||
|
csri_SOURCES = cmdmain.c render.c
|
||
|
csri_LDADD = ../../lib/libcsri.la
|
||
|
|
||
|
noinst_HEADERS = render.h
|