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