Updated Makefile
This commit is contained in:
parent
eda127da48
commit
39bba1b532
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
|||
PHPCC=/usr/bin/php
|
||||
PHPAB=/usr/local/bin/phpab
|
||||
PHPCC:=$(shell which php)
|
||||
PHPAB:=$(shell which phpab)
|
||||
BUILD_PATH=build
|
||||
SRC_PATH=src
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue