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

This reverts commit e0035df48f.
pull/3777/head
ishtob 7 years ago
parent e0035df48f
commit 1282e22053

@ -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)

Loading…
Cancel
Save