mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-10 17:36:43 +00:00
13 lines
211 B
Makefile
13 lines
211 B
Makefile
|
|
||
|
LDADD = $(top_builddir)/src/libedit.la
|
||
|
AM_CFLAGS = -I$(top_srcdir)/src
|
||
|
|
||
|
noinst_PROGRAMS = tc1 fileman
|
||
|
|
||
|
tc1_SOURCES = tc1.c
|
||
|
fileman_SOURCES = fileman.c
|
||
|
|
||
|
noinst_PROGRAMS += wtc1
|
||
|
wtc1_SOURCES = wtc1.c
|
||
|
|