c20522369b
Co-authored-by: Cedrik Lussier <lussier.cedrik@gmail.com>
4 lines
103 B
Makefile
4 lines
103 B
Makefile
SRC += cedrikl.c
|
|
ifeq ($(strip $(STARTUP_NUMLOCK_ON)), yes)
|
|
OPT_DEFS += -DSTARTUP_NUMLOCK_ON
|
|
endif
|