commiting
This commit is contained in:
15
markdown_content/Makefile
Normal file
15
markdown_content/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
IP_ADDR = allpawcare.com
|
||||
PUBLIC_DIR = public
|
||||
BUILD_SCRIPT = scripts/build.sh
|
||||
|
||||
.PHONY: all
|
||||
all: clean
|
||||
|
||||
.PHONY: clean-public-dir
|
||||
clean-public-dir:
|
||||
rm -rf ${PUBLIC_DIR}/*
|
||||
|
||||
.PHONY: build
|
||||
build: clean-public-dir
|
||||
./${BUILD_SCRIPT}
|
||||
|
||||
Reference in New Issue
Block a user