8 lines
113 B
Makefile
8 lines
113 B
Makefile
|
SUFFIXES = .cpp
|
||
|
|
||
|
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
||
|
|
||
|
noinst_PROGRAMS = test
|
||
|
|
||
|
test_SOURCES = test.cpp
|