rm defaults

This commit is contained in:
matth@ultra 2024-09-01 19:45:55 +02:00
parent e6a41dbd9c
commit 0a3a32f9d1

View File

@ -3,7 +3,7 @@
# Absolute path to the directory containing all image directories as well as the staging directory
# MUST HAVE A TRAILING SLASH
# eg: ROOT_DIR = /data/images
ROOT_DIR = /tmp/gimp/
# ROOT_DIR =
# The URI at which the ROOT_DIR will be served
# 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
# eg: INSTALL_DIR = /www/imgsort2
INSTALL_DIR = /tmp/imgsort2
# INSTALL_DIR =
# DO NOT CHANGE ANYTHING HERE
ifndef ROOT_DIR
$(error Edit this Makefile and set the ROOT_DIR variable)
$(error Edit this Makefile and set the ROOT_DIR variable)
endif
ifndef INSTALL_DIR
$(error Edit this Makefile and set the INSTALL_DIR variable)
$(error Edit this Makefile and set the INSTALL_DIR variable)
endif
ifndef STAGING_DIR
$(error Edit this Makefile and set the STAGING_DIR variable)
$(error Edit this Makefile and set the STAGING_DIR variable)
endif
ifndef ROOT_PATH
$(error Edit this Makefile and set the STAGING_DIR variable)
$(error Edit this Makefile and set the ROOT_PATH variable)
endif
SRC_DIR = src