improve style
This commit is contained in:
parent
a109bbc878
commit
5dd9fe0955
24
Makefile
24
Makefile
@ -24,18 +24,18 @@ default: css
|
|||||||
.PHONY: clean install stop test php css
|
.PHONY: clean install stop test php css
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
# ifndef ROOT_DIR
|
ifndef ROOT_DIR
|
||||||
# $(error Edit this Makefile and set the ROOT_DIR variable)
|
$(error Edit this Makefile and set the ROOT_DIR variable)
|
||||||
# endif
|
endif
|
||||||
# ifndef INSTALL_DIR
|
ifndef INSTALL_DIR
|
||||||
# $(error Edit this Makefile and set the INSTALL_DIR variable)
|
$(error Edit this Makefile and set the INSTALL_DIR variable)
|
||||||
# endif
|
endif
|
||||||
# ifndef STAGING_DIR
|
ifndef STAGING_DIR
|
||||||
# $(error Edit this Makefile and set the STAGING_DIR variable)
|
$(error Edit this Makefile and set the STAGING_DIR variable)
|
||||||
# endif
|
endif
|
||||||
# ifndef ROOT_PATH
|
ifndef ROOT_PATH
|
||||||
# $(error Edit this Makefile and set the ROOT_PATH variable)
|
$(error Edit this Makefile and set the ROOT_PATH variable)
|
||||||
# endif
|
endif
|
||||||
|
|
||||||
SRC_DIR = src
|
SRC_DIR = src
|
||||||
_SRC_FLS = config.html config.js index.html index.js imgsort.php style.css style.css.map
|
_SRC_FLS = config.html config.js index.html index.js imgsort.php style.css style.css.map
|
||||||
|
Loading…
Reference in New Issue
Block a user