diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -48,6 +48,11 @@ include $(CONFIGFILE) # Reloading the user's config in case it limits supported architectures +#this not modify, this is a help variable to get the # symbol into sed scripts +h = '"$$(printf '\43\n')"' +#this not modify, this is a help variable to make [[:space:]] shorter +s = [[:space:]] + #extended for each support operating system with the operating system's name as appropriate for filenames OPERATING_SYSTEMS = |