Skip to content

Commit a402388

Browse files
committed
Update Makefile
1 parent 6e269aa commit a402388

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
22

33
php71.zip:
4-
rm -f php71.zip
54
echo $(ROOT_DIR)
65
docker run --rm -v $(ROOT_DIR):/opt/layer lambci/lambda:build-nodejs8.10 /opt/layer/build.sh
6+
7+
clean:
8+
rm php71.zip

0 commit comments

Comments
 (0)