Finish renaming standalone, add documentation

This commit is contained in:
Anže Jenšterle
2021-03-15 00:36:46 +01:00
parent ac36c06590
commit fb34db5e10
3 changed files with 3 additions and 1 deletions

View File

@@ -78,6 +78,6 @@ ifneq (,$(findstring WITH_STANDALONE_LF_THAREXDE,$(APP_CFLAGS)))
SRC_STANDALONE = lf_tharexde.c
endif
# WITH_STANDALONE_HF_CRAFTBYTE
ifneq (,$(findstring HF_CRAFTBYTE,$(APP_CFLAGS)))
ifneq (,$(findstring WITH_STANDALONE_HF_CRAFTBYTE,$(APP_CFLAGS)))
SRC_STANDALONE = hf_craftbyte.c
endif