mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
run make run by default
This commit is contained in:
parent
fe493e31c4
commit
bce24586ea
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -11,6 +11,9 @@ RUNFLAGS :=
|
||||||
CHECKABLE := rslib pylib qt
|
CHECKABLE := rslib pylib qt
|
||||||
DEVEL := rspy pylib qt
|
DEVEL := rspy pylib qt
|
||||||
|
|
||||||
|
.PHONY: all
|
||||||
|
all: run
|
||||||
|
|
||||||
# - modern pip required for wheel
|
# - modern pip required for wheel
|
||||||
# - add qt if missing
|
# - add qt if missing
|
||||||
pyenv:
|
pyenv:
|
||||||
|
|
Loading…
Reference in a new issue