8 lines
125 B
Makefile
8 lines
125 B
Makefile
|
SUFFIXES = .cpp
|
||
|
|
||
|
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
||
|
|
||
|
noinst_PROGRAMS = controls
|
||
|
|
||
|
controls_SOURCES = controls.cpp
|