Merge: lib/actors: uniformize Makefile names with the rest of the Nit project
authorJean Privat <jean@pryen.org>
Wed, 9 May 2018 00:02:55 +0000 (20:02 -0400)
committerJean Privat <jean@pryen.org>
Wed, 9 May 2018 00:02:55 +0000 (20:02 -0400)
commit02a531dfa605decf256316ebe2e81b2eede471e6
treefeeae687ec14d93e2f338c7d171c45bcdce7945f
parentbf12869180cb85a1eb2960b4e2a78ac93863ab02
parenta7320b3489ec75147fa31cdf04656b661067d363
Merge: lib/actors: uniformize Makefile names with the rest of the Nit project

Some of the `actors` Makefile where named `makefile`, this looks weird compared to all others Makefiles in the Nit project.

This PR renames them.

Pull-Request: #2661