Compare commits

..

No commits in common. "c7ce888b89b38ea6a63d0b66721f8e6d9ca2998d" and "a109bbc8783815951b72ee06b1b3fe8df25b3893" have entirely different histories.

View File

@ -6,7 +6,7 @@
# ROOT_DIR =
# The URI at which the ROOT_DIR will be served
ROOT_PATH = images
ROOT_PATH = /images
# Path of the directory containing all the files to be sorted, relative to ROOT_DIR
# eg: STAGING_DIR = .sort
@ -24,18 +24,18 @@ default: css
.PHONY: clean install stop test php css
# Installation
ifndef ROOT_DIR
$(error Edit this Makefile and set the ROOT_DIR variable)
endif
ifndef INSTALL_DIR
$(error Edit this Makefile and set the INSTALL_DIR variable)
endif
ifndef STAGING_DIR
$(error Edit this Makefile and set the STAGING_DIR variable)
endif
ifndef ROOT_PATH
$(error Edit this Makefile and set the ROOT_PATH variable)
endif
# ifndef ROOT_DIR
# $(error Edit this Makefile and set the ROOT_DIR variable)
# endif
# ifndef INSTALL_DIR
# $(error Edit this Makefile and set the INSTALL_DIR variable)
# endif
# ifndef STAGING_DIR
# $(error Edit this Makefile and set the STAGING_DIR variable)
# endif
# ifndef ROOT_PATH
# $(error Edit this Makefile and set the ROOT_PATH variable)
# endif
SRC_DIR = src
_SRC_FLS = config.html config.js index.html index.js imgsort.php style.css style.css.map