8 lines
119 B
Makefile
8 lines
119 B
Makefile
|
SUFFIXES = .cpp
|
||
|
|
||
|
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
||
|
|
||
|
noinst_PROGRAMS = tbtest
|
||
|
|
||
|
tbtest_SOURCES = tbtest.cpp
|