rules.mk 103 B

1234
  1. SRC += cedrikl.c
  2. ifeq ($(strip $(STARTUP_NUMLOCK_ON)), yes)
  3. OPT_DEFS += -DSTARTUP_NUMLOCK_ON
  4. endif