mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
5 lines
163 B
Makefile
5 lines
163 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_PROGRAMS = cf
|
|
cf_CFLAGS = -I$(top_srcdir)/src -I../src/ -I../../src
|
|
cf_SOURCES = cf.c version.c
|