From bce24586eabd0758b1ca719a8d4694b79590d056 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 3 Feb 2020 08:43:10 +1000 Subject: [PATCH] run make run by default --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 050edbea9..e54b69448 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@ RUNFLAGS := CHECKABLE := rslib pylib qt DEVEL := rspy pylib qt +.PHONY: all +all: run + # - modern pip required for wheel # - add qt if missing pyenv: