X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/3339490e52d47775af7ec4a5d2e7b683ec9541b1..5df1b342a607db60d876eeb10d953b7a45464e24:/GNUmakefile?ds=sidebyside diff --git a/GNUmakefile b/GNUmakefile index d54df18..89ca784 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -149,7 +149,7 @@ SRCDIR := sources # Multiple directories can be given so long as files with the same name do not exist in each. # # These can be inside of `SRCDIR´ directories if desired. -INCLUDEDIR := sources/includes +INCLUDEDIR := $(SRCDIR)/includes # The directory in which to generate temporary buildfiles. # @@ -538,6 +538,9 @@ FORCE : ; # Don’t use any implicit rules. .SUFFIXES : ; +# Don’t delete these files even if Make is stopped in the process of rebuilding them. +.PRECIOUS : GNUmakefile ; + # Phony rules; always consider these out·of·date. .PHONY : FORCE all default clean gone info install list listout uninstall $(call built,$(recursivefiles)) ;