rm defaults
This commit is contained in:
parent
e6a41dbd9c
commit
0a3a32f9d1
12
Makefile
12
Makefile
@ -3,7 +3,7 @@
|
|||||||
# Absolute path to the directory containing all image directories as well as the staging directory
|
# Absolute path to the directory containing all image directories as well as the staging directory
|
||||||
# MUST HAVE A TRAILING SLASH
|
# MUST HAVE A TRAILING SLASH
|
||||||
# eg: ROOT_DIR = /data/images
|
# eg: ROOT_DIR = /data/images
|
||||||
ROOT_DIR = /tmp/gimp/
|
# ROOT_DIR =
|
||||||
|
|
||||||
# The URI at which the ROOT_DIR will be served
|
# The URI at which the ROOT_DIR will be served
|
||||||
# MUST HAVE A TRAILING SLASH
|
# MUST HAVE A TRAILING SLASH
|
||||||
@ -15,21 +15,21 @@ STAGING_DIR = .sort
|
|||||||
|
|
||||||
# Absolute path to the directory into which the application files will be installed
|
# Absolute path to the directory into which the application files will be installed
|
||||||
# eg: INSTALL_DIR = /www/imgsort2
|
# eg: INSTALL_DIR = /www/imgsort2
|
||||||
INSTALL_DIR = /tmp/imgsort2
|
# INSTALL_DIR =
|
||||||
|
|
||||||
|
|
||||||
# DO NOT CHANGE ANYTHING HERE
|
# DO NOT CHANGE ANYTHING HERE
|
||||||
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 STAGING_DIR variable)
|
$(error Edit this Makefile and set the ROOT_PATH variable)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SRC_DIR = src
|
SRC_DIR = src
|
||||||
|
Loading…
Reference in New Issue
Block a user