6 lines
76 B
Text
6 lines
76 B
Text
|
CLEANFILES = *_moc.cpp
|
||
|
|
||
|
.h_moc.cpp:
|
||
|
$(MOC) -o $@ $<
|
||
|
|
||
|
SUFFIXES = .h _moc.cpp
|