6 lines
58 B
Plaintext
6 lines
58 B
Plaintext
|
CLEANFILES = moc_*.cpp
|
||
|
|
||
|
moc_%.cpp: %.h
|
||
|
$(MOC) $< -o $@
|
||
|
|