
9 Dec
2019
9 Dec
'19
12:05 p.m.
On Mon, Dec 09, 2019 at 12:23:23PM +0100, Peter Krempa wrote:
Python world uses setup.py for everything so our Makefile is just a "convenience" wrapper for people using to type 'make'. Remove it as it doesn't add that much value and would need to be updated for python 3.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Makefile
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>