diff --git a/Makefile b/Makefile index 223732cd..7e2fbd67 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Create the phpvms database if needed: # docker exec phpvms /usr/bin/mysql -uroot -e 'CREATE DATABASE phpvms' SHELL := /bin/bash -COMPOSER ?= composer +COMPOSER ?= $(shell which composer) PKG_NAME := "/tmp" CURR_PATH=$(shell pwd)