woboq / moc-ng

A reimplementation of Qt's moc using libclang. Contains both a drop-in remplacement, and a plugin for the clang compiler.
https://woboq.com/blog/moc-with-clang.html
GNU General Public License v3.0
204 stars 23 forks source link

make: *** No rule to make target 'install'. Stop. #11

Closed Petross404 closed 6 years ago

Petross404 commented 6 years ago

An ebuild I wrote to install moc-ng in my systems, after succesfully compiling moc-ng, stops when it tries to find "install" target.

I think it is missing from the Makefile.

ogoffart commented 6 years ago

Right, there are currently no installation rules.

Petross404 commented 6 years ago

Right, there are currently no installation rules.

So how can I install it except manually copying them?

Petross404 commented 6 years ago

Nice, thanks!