mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-14 17:18:21 +01:00
12 lines
183 B
Makefile
12 lines
183 B
Makefile
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
|
||
|
|
||
|
AM_CPPFLAGS = -W -Wall -g -std=c99
|
||
|
|
||
|
# bin
|
||
|
bin_PROGRAMS = broadcast
|
||
|
# source files
|
||
|
broadcast_SOURCES = broadcast.c ../tunnel.c
|
||
|
broadcast_CPPFLAGS= -I../
|