fixed issue where compile errors if private macro file is not present

This commit is contained in:
ishtob 2018-08-27 12:09:38 -04:00
parent fa36f167ac
commit e0035df48f

View File

@ -1,5 +1,5 @@
SRC += ishtob.c SRC += ishtob.c
ifneq ($(wildcard $(USER_PATH)/macros_private.c),"") ifneq ("$(wildcard $(USER_PATH)/macros_private.c)","")
SRC += macros_private.c SRC += macros_private.c
endif endif
ifeq ($(strip $(NO_SECRETS)), yes) ifeq ($(strip $(NO_SECRETS)), yes)