mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-15 01:28:20 +01:00
13 lines
193 B
Makefile
13 lines
193 B
Makefile
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
|
||
|
|
||
|
AM_CPPFLAGS = -W -Wall -g -std=c99
|
||
|
|
||
|
# bin
|
||
|
bin_PROGRAMS = vterm
|
||
|
# source files
|
||
|
vterm_SOURCES = vterm.c ../tunnel.c
|
||
|
vterm_CPPFLAGS= -I../
|
||
|
# antd_LDADD = libantd.la
|