Default to all target in Makefile

This commit is contained in:
Waqar Ahmed
2021-05-25 23:09:43 +05:00
parent 1635f7416c
commit 92da54f257

View File

@@ -4,6 +4,8 @@
PYTHON?=/usr/bin/python3
COMMIT_HASH=$(shell git rev-parse --short HEAD)
.DEFAULT_GOAL := all
check:
ifeq ("$(wildcard ./venv-${COMMIT_HASH})","")
@echo "Setting up new virtual environment"